From: Luca Padovani Date: Fri, 2 Feb 2001 10:38:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0_1_2~150 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8f0f414558c846af3255a5008db412aa05aa25b5;hp=326a90a847cc2c16009175ea4da7cc36a0986bac;p=helm.git *** empty log message *** --- diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in index dd7f493a1..498577fa0 100644 --- a/helm/helm_data/Makefile.in +++ b/helm/helm_data/Makefile.in @@ -14,4 +14,10 @@ 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 diff --git a/helm/helm_data/helm_data.spec.in b/helm/helm_data/helm_data.spec.in index fae80359c..3c708af3a 100644 --- a/helm/helm_data/helm_data.spec.in +++ b/helm/helm_data/helm_data.spec.in @@ -21,7 +21,7 @@ For more information see http://www.cs.unibo.it/helm %build cp config.cache.pkg config.cache -./configure +./configure --enable-defaults make %install