From: Luca Padovani Date: Fri, 2 Feb 2001 10:57:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0_1_2~146 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e59f43398101f0aad546bc8db36f9054b86e0c44;p=helm.git *** empty log message *** --- diff --git a/helm/interface/Makefile.in b/helm/interface/Makefile.in index 0a0339e6f..2e92fd82b 100644 --- a/helm/interface/Makefile.in +++ b/helm/interface/Makefile.in @@ -187,7 +187,7 @@ distclean: clean dist: clean rm -rf ../@PACKAGE@-@VERSION@ mkdir ../@PACKAGE@-@VERSION@ - cp -r * ../@PACKAGE@-@VERSION@ + cp -r * .depend ../@PACKAGE@-@VERSION@ (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@) .PHONY: install distclean clean