sogo/UI/Common/GNUmakefile.postamble

18 lines
310 B
Plaintext

# postprocessing
validate-wox:
# xmllint --noout *.wox
before-all :: validate-wox
ifneq ($(GNUSTEP_BUILD_DIR),)
after-all ::
@(cp bundle-info.plist \
$(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
else
after-all ::
@(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
cp ../bundle-info.plist .)
endif