]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/helm_data/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / helm_data / Makefile.in
index f1ba7b438b680974b7e7abe9175db0a9d929e8fa..498577fa0f5f300f0f181ff162433be1d0da0aa5 100644 (file)
@@ -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