]> matita.cs.unibo.it Git - helm.git/blob - helm/configuration/Makefile.in
1777 (1 = sticky bit) for the library dir
[helm.git] / helm / configuration / Makefile.in
1 HELM_LIB_DIR=@HELM_LIB_DIR@
2 HELM_ETC_DIR=@HELM_ETC_DIR@
3 HELM_LIBRARY_DIR=@HELM_LIBRARY_DIR@
4
5 install:
6         mkdir -p $(HELM_LIB_DIR)
7         mkdir -p $(HELM_ETC_DIR)
8         mkdir -p $(HELM_LIBRARY_DIR)
9         chmod 1777 $(HELM_LIBRARY_DIR)
10         mkdir -p $(CONFIGURATION_DTD_DIR)
11         cp lib/configuration.pl $(HELM_LIB_DIR)
12         cp etc/configuration.dtd etc/configuration.xml etc/helm-dictionary.xml \
13          etc/helm-font-configuration.xml etc/helm-math-engine-configuration.xml\
14          $(HELM_ETC_DIR)
15         cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR)
16
17 distclean:
18         rm -f Makefile configure config.log config.cache config.status \
19         etc/configuration.xml etc/helm-math-engine-configuration.xml \
20         lib/configuration.pl
21
22 .PHONY: install distclean