]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile.postamble
changes to use NGLogging in all places
[scalable-opengroupware.org] / SOGo / UI / Common / GNUmakefile.postamble
1 # $Id: GNUmakefile.postamble,v 1.1 2004/05/12 14:45:56 helge Exp $
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