sogo/UI/SOGoElements/GNUmakefile.postamble
Wolfgang Sourdeau 9086e4fd02 Monotone-Parent: fc8e6bbe0cff3fd2f022a39f28fc8c57fac144e9
Monotone-Revision: 896895232d25506e19bd733d08a718ef9692eecd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-21T19:42:16
Monotone-Branch: ca.inverse.sogo
2007-08-21 19:42:16 +00:00

10 lines
250 B
Plaintext

ifneq ($(GNUSTEP_BUILD_DIR),)
after-SOGoElements-all ::
@(cp bundle-info.plist \
$(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
else
after-SOGoElements-all ::
@(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
cp ../bundle-info.plist .)
endif