]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / configuration / Makefile.in
index 8966646f9392ab392bb200a70643682a930c5de4..00c3893dce513c262f45ab04cc23dc40021a0672 100644 (file)
@@ -30,10 +30,18 @@ install:
        chmod 666 $(HELM_VAR_DIR)/servers.txt \
          $(HELM_VAR_DIR)/urls_of_uris.db
 
+clean:
+
 distclean:
        rm -f Makefile configure config.log config.cache config.status \
         etc/configuration.xml etc/helm-math-engine-configuration.xml \
         lib/configuration.pl helm-config helm_configuration.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