]> err.no Git - sope/blob - Recycler/iCalSaxDriver/GNUmakefile.postamble
added Kolab sample data
[sope] / Recycler / iCalSaxDriver / GNUmakefile.postamble
1 # $Id$
2
3 ifneq ($(GNUSTEP_BUILD_DIR),)
4 after-all ::
5         @(cp bundle-info.plist \
6           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
7 else
8 after-all ::
9         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
10           cp ../bundle-info.plist .)
11 endif