X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fconfiguration%2FMakefile.in;h=8f86273e19e0e9e79b0c7c2b49c75d7e62f468c4;hb=ba0819c205b42e46b22ed531f0b14b2102035d58;hp=63aafde84998d2ddc8d1de97d1fa0f4122b3970e;hpb=60c74619c60416d676d2cbf2950733b1066f7d07;p=helm.git diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 63aafde84..8f86273e1 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -1,13 +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) distclean: - rm -f Makefile configure config.log config.cache config.status + 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