]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
This commit was manufactured by cvs2svn to create tag 'v0_0_2'.
[helm.git] / helm / http_getter / Makefile.in
index 48160a2f8d24e89ceb5d1779fc3cbea8d15fde8a..30189c205627880413e8db521eaf49908f7f5e8f 100644 (file)
@@ -5,9 +5,17 @@ all:
 install:
        cp http_getter.pl $(INSTALL_DIR)
 
-distclean:
+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@)
+
 .PHONY: all install distclean