X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fconfiguration%2FMakefile.in;h=f973fd729b7f0320c68089e55488c94437f8cd46;hb=8e1a7e55cbc7750446f0a7ab3d071190594243fb;hp=0da9a1292e2d9188caa9dfa95e00d2a93129ed87;hpb=14a337d6814bb9f91cb56e330f4589c537782de5;p=helm.git diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 0da9a1292..f973fd729 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -1,11 +1,26 @@ 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 777 $(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) + chmod 666 $(HELM_LIBRARY_DIR)/servers.txt \ + $(HELM_LIBRARY_DIR)/urls_of_uris.db 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