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