X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Fgdome_xslt%2FMakefile.am;h=f2f31110fbf67c1f15d89a22c56dcae55e054bae;hb=c0e7999b2d7cb926affcf406f33e01e74bea62d7;hp=bb68b5e4b761fd1c70068e8f8e40def0d946f9f2;hpb=d17988855a2e85dc2db641d11ce481c266038ef3;p=helm.git diff --git a/DEVEL/gdome_xslt/Makefile.am b/DEVEL/gdome_xslt/Makefile.am index bb68b5e4b..f2f31110f 100644 --- a/DEVEL/gdome_xslt/Makefile.am +++ b/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)/ && find . -type d -name CVS -exec rm -rf {} \; ; debuild) + (cd $(DISTDIR)/ && find . -type d -name .svn -exec rm -rf {} \; ; debuild) rm -rf $(DISTDIR)