From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 08:49:25 +0000 (+0000) Subject: More cleaning in distclean X-Git-Tag: nogzip~55 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=de20483144c023eb667c89a7010e98bb6ba263b4;p=helm.git More cleaning in distclean --- diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 05e9b6b62..95442f35a 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -13,6 +13,8 @@ install: cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR) distclean: - rm -f Makefile configure config.log config.cache config.status + rm -f Makefile configure config.log config.cache config.status \ + etc/configuration.xml etc/helm-math-engine-configuration.xml \ + lib/configuration.pl .PHONY: install distclean