]> err.no Git - sope/blob - sope-appserver/WOExtensions/GNUmakefile.postamble
bumped all dylib versions to be in sync with the gs-make process. Provided a shell...
[sope] / sope-appserver / WOExtensions / GNUmakefile.postamble
1 # postprocessing
2
3 ifneq ($(GNUSTEP_BUILD_DIR),) 
4 after-WOExtensions-all ::
5         @(cp bundle-info.plist \
6           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION)) 
7 else
8 after-WOExtensions-all ::
9         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
10           cp ../bundle-info.plist .)
11 endif