]> err.no Git - scalable-opengroupware.org/blob - UI/MailerUI/GNUmakefile.postamble
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailerUI / GNUmakefile.postamble
1 # post processing
2
3 validate-wox:
4 #       xmllint --noout *.wox
5
6 before-all :: validate-wox
7
8
9 ifneq ($(GNUSTEP_BUILD_DIR),)
10 after-all ::
11         @(cp bundle-info.plist \
12           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
13 else
14 after-all ::
15         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
16           cp ../bundle-info.plist .)
17 endif