]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/GNUmakefile.postamble
moved SOGo files up
[scalable-opengroupware.org] / OGoContentStore / GNUmakefile.postamble
1 # postprocessing
2
3 $(TYPEMODELS_DIR) :
4         $(MKDIRS) $(TYPEMODELS_DIR)
5
6 ocs-typemodels : $(TYPEMODELS_DIR) $(libOGoContentStore_TYPEMODELS)
7         @(if [ "$(libOGoContentStore_TYPEMODELS)" != "" ]; then \
8           echo "Copying type models into install path ..."; \
9           for ff in $(libOGoContentStore_TYPEMODELS); do \
10             cp $$ff $(TYPEMODELS_DIR)/$$ff; \
11           done; \
12         fi)
13
14 after-install :: ocs-typemodels
15