sogo/UI/SOGoElements/GNUmakefile.postamble

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