X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2FMakefile.in;h=30189c205627880413e8db521eaf49908f7f5e8f;hb=refs%2Ftags%2Fv0_0_2;hp=f7f047813a61344e93bea02de9e9ca443d22e9b4;hpb=d71338dee9f65981e827bca3b4d6d79c0197b4d9;p=helm.git diff --git a/helm/http_getter/Makefile.in b/helm/http_getter/Makefile.in index f7f047813..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 + 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