# 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