]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/Makefile.in
This commit was manufactured by cvs2svn to create branch 'pacchetti'.
[helm.git] / helm / configuration / Makefile.in
diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in
deleted file mode 100644 (file)
index f973fd7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-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/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 \
-        etc/configuration.xml etc/helm-math-engine-configuration.xml \
-        lib/configuration.pl
-
-.PHONY: install distclean