From 8f0f414558c846af3255a5008db412aa05aa25b5 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Fri, 2 Feb 2001 10:38:03 +0000 Subject: [PATCH] *** empty log message *** --- helm/helm_data/Makefile.in | 6 ++++++ helm/helm_data/helm_data.spec.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2