]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoElements/GNUmakefile.postamble
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1152 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / SOGoElements / GNUmakefile.postamble
1 ifneq ($(GNUSTEP_BUILD_DIR),)
2 after-SOGoElements-all ::
3         @(cp bundle-info.plist \
4           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
5 else
6 after-SOGoElements-all ::
7         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
8           cp ../bundle-info.plist .)
9 endif