sogo/OGoContentStore/GNUmakefile.postamble
dev-unix.inverse.qc.ca f18c764ffa see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89

Monotone-Author: dev-unix.inverse.qc.ca
Monotone-Date: 2006-06-15T19:34:10
Monotone-Branch: ca.inverse.sogo
2006-06-15 19:34:10 +00:00

16 lines
405 B
Plaintext

# postprocessing
$(TYPEMODELS_DIR) :
$(MKDIRS) $(TYPEMODELS_DIR)
ocs-typemodels : $(TYPEMODELS_DIR) $(libOGoContentStore_TYPEMODELS)
@(if [ "$(libOGoContentStore_TYPEMODELS)" != "" ]; then \
echo "Copying type models into install path ..."; \
for ff in $(libOGoContentStore_TYPEMODELS); do \
cp $$ff $(TYPEMODELS_DIR)/$$ff; \
done; \
fi)
after-install :: ocs-typemodels