]> err.no Git - sope/blob - sope-xml/STXSaxDriver/GNUmakefile.postamble
fixed some comments
[sope] / sope-xml / STXSaxDriver / GNUmakefile.postamble
1 # compilation settings
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