]> matita.cs.unibo.it Git - helm.git/blob - helm/helm_data/Makefile.in
Only .xsl files in style are now copied
[helm.git] / helm / helm_data / Makefile.in
1 HELM_DTDS_DIR=@HELM_DTDS_DIR@
2 HELM_STYLES_DIR=@HELM_STYLES_DIR@
3
4 install:
5         mkdir -p $(HELM_STYLES_DIR)
6         cp dtd/* $(HELM_DTDS_DIR)
7         cp style/*.xsl $(HELM_STYLES_DIR)
8
9 distclean:
10         rm -f Makefile configure config.log config.cache config.status
11
12 .PHONY: install distclean