]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
added support for compressed files
[helm.git] / helm / http_getter / Makefile.in
index f969fd7a11a56d0991fafa420340c0cb48684032..48160a2f8d24e89ceb5d1779fc3cbea8d15fde8a 100644 (file)
@@ -1,12 +1,13 @@
-HELM_DTDS_DIR=@HELM_DTDS_DIR@
-HELM_STYLES_DIR=@HELM_STYLES_DIR@
+INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
+
+all:
 
 install:
-       mkdir -p $(HELM_STYLES_DIR)
-       cp dtd/* $(HELM_DTDS_DIR)
-       cp style/*.xsl $(HELM_STYLES_DIR)
+       cp http_getter.pl $(INSTALL_DIR)
 
 distclean:
-       rm -f Makefile configure config.log config.cache config.status
+       rm -f Makefile configure config.log config.cache config.status \
+         http_getter.pl *.spec
+
+.PHONY: all install distclean
 
-.PHONY: install distclean