]> err.no Git - sope/blob - sope-xml/pyxSAXDriver/GNUmakefile.postamble
improved decoding of bools
[sope] / sope-xml / pyxSAXDriver / GNUmakefile.postamble
1 # postprocessing
2
3 ifneq ($(GNUSTEP_BUILD_DIR),)
4 after-all ::
5         @(cp bundle-info.plist \
6           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
7 else
8 after-all ::
9         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
10           cp ../bundle-info.plist .)
11 endif