]> err.no Git - scalable-opengroupware.org/blob - SOPE/NGCards/GNUmakefile.postamble
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1178 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SOPE / NGCards / GNUmakefile.postamble
1 # compilation settings
2
3 ifeq ($(FHS_INSTALL_ROOT),)
4 MAPDIR="$(GNUSTEP_INSTALLATION_DIR)/Library/SaxMappings/"
5 else
6 MAPDIR="$(FHS_INSTALL_ROOT)/share/sope-$(MAJOR_VERSION).$(MINOR_VERSION)/saxmappings/"
7 endif
8
9 mappings-dir ::
10         $(MKDIRS) $(MAPDIR)
11
12 after-install :: mappings-dir
13         cp NGCards.xmap $(MAPDIR)