sogo/UI/Scheduler/GNUmakefile.postamble

22 lines
341 B
Plaintext

# postprocessing
ifeq ($(bundlewox),yes)
validate-wox:
xmllint --noout *.wox
before-all :: validate-wox
endif
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