X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FMakefile.am;h=bb68b5e4b761fd1c70068e8f8e40def0d946f9f2;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=e3128358613b0b62ab9385a556319b5f78ad8d85;hpb=57f5d19fdce7c88486fe834d1150c519007d205d;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/Makefile.am index e31283586..bb68b5e4b 100644 --- a/helm/DEVEL/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/Makefile.am @@ -11,6 +11,6 @@ SUBDIRS = C C++ ocaml test_files deb: dist if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi tar xvzf $(DISTDIR).tar.gz - (cd $(DISTDIR)/ && debuild) + (cd $(DISTDIR)/ && find . -type d -name CVS -exec rm -rf {} \; ; debuild) rm -rf $(DISTDIR)