X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fconfiguration%2FMakefile.in;h=8f86273e19e0e9e79b0c7c2b49c75d7e62f468c4;hb=ba0819c205b42e46b22ed531f0b14b2102035d58;hp=597add54b46b97407879afd34076a491bde9ee4b;hpb=f0ed73efe485ebb580e05b7c10fde904da34e052;p=helm.git diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 597add54b..8f86273e1 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -1,8 +1,24 @@ HELM_LIB_DIR=@HELM_LIB_DIR@ HELM_ETC_DIR=@HELM_ETC_DIR@ +HELM_LIBRARY_DIR=@HELM_LIBRARY_DIR@ +CONFIGURATION_DTD_DIR=@CONFIGURATION_DTD_DIR@ +CONFIGURATION_HELM_DIR=@CONFIGURATION_HELM_DIR@ install: + mkdir -p $(HELM_LIB_DIR) + mkdir -p $(HELM_ETC_DIR) + mkdir -p $(CONFIGURATION_HELM_DIR) + chmod 1777 $(CONFIGURATION_HELM_DIR) + mkdir -p $(CONFIGURATION_DTD_DIR) cp lib/configuration.pl $(HELM_LIB_DIR) - cp etc/* $(HELM_ETC_DIR) + cp etc/configuration.dtd etc/configuration.xml etc/helm-dictionary.xml \ + etc/helm-font-configuration.xml etc/helm-math-engine-configuration.xml\ + $(HELM_ETC_DIR) + cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR) -.PHONY: install +distclean: + rm -f Makefile configure config.log config.cache config.status \ + etc/configuration.xml etc/helm-math-engine-configuration.xml \ + lib/configuration.pl + +.PHONY: install distclean