X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhelm_data%2FMakefile.in;h=498577fa0f5f300f0f181ff162433be1d0da0aa5;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=f1ba7b438b680974b7e7abe9175db0a9d929e8fa;hpb=6f987aaa723398a8ea478005fc547e758f0dfe16;p=helm.git diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in index f1ba7b438..498577fa0 100644 --- a/helm/helm_data/Makefile.in +++ b/helm/helm_data/Makefile.in @@ -8,8 +8,16 @@ install: cp dtd/* $(HELM_DTD_DIR) cp style/*.xsl $(HELM_STYLE_DIR) -distclean: +clean: + +distclean: clean rm -f Makefile configure config.log config.cache config.status *.spec rm -rf dtd style +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