X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FMakefile.in;h=30189c205627880413e8db521eaf49908f7f5e8f;hb=9632260a013dabd108d9965d6faffd99246e1f47;hp=48160a2f8d24e89ceb5d1779fc3cbea8d15fde8a;hpb=d63ee0bf0e50f012f55369034e769343f5ac7478;p=helm.git diff --git a/helm/http_getter/Makefile.in b/helm/http_getter/Makefile.in index 48160a2f8..30189c205 100644 --- a/helm/http_getter/Makefile.in +++ b/helm/http_getter/Makefile.in @@ -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