]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
Raw mode now really considers compressed/not compressed
[helm.git] / helm / http_getter / Makefile.in
index f969fd7a11a56d0991fafa420340c0cb48684032..30189c205627880413e8db521eaf49908f7f5e8f 100644 (file)
@@ -1,12 +1,21 @@
-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)
+
+clean:
+
+distclean: clean
+       rm -f Makefile configure config.log config.cache config.status \
+         http_getter.pl *.spec
+
+dist:   clean
+       rm -rf ../@PACKAGE@-@VERSION@
+       mkdir ../@PACKAGE@-@VERSION@
+       cp -r * ../@PACKAGE@-@VERSION@
+       (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
 
-distclean:
-       rm -f Makefile configure config.log config.cache config.status
+.PHONY: all install distclean
 
-.PHONY: install distclean