X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Flablgtksourceview%2FMakefile.in;h=3b347e4f3edfc3b6f476e34d3886f5103eefa1ab;hb=7cfc146e523e2cab0b2b68e881135024babd93f9;hp=19dc0d19d71c18b2c0286d4070622a5713f091b5;hpb=d17988855a2e85dc2db641d11ce481c266038ef3;p=helm.git diff --git a/DEVEL/lablgtksourceview/Makefile.in b/DEVEL/lablgtksourceview/Makefile.in index 19dc0d19d..3b347e4f3 100644 --- a/DEVEL/lablgtksourceview/Makefile.in +++ b/DEVEL/lablgtksourceview/Makefile.in @@ -70,8 +70,7 @@ dist: distclean rm -rf $(DIST_DIR)/ mkdir -p $(DIST_DIR)/ cp -a $(DIST_FILES) $(EXTRA_DIST) $(DIST_DIR)/ - -find $(DIST_DIR) -name CVS -type d -exec rm -rf {} \; - -find $(DIST_DIR) -name .cvsignore -type f -exec rm {} \; + -find $(DIST_DIR) -name .svn -type d -exec rm -rf {} \; tar cvfz $(DIST_DIR).tar.gz $(DIST_DIR)/ rm -rf $(DIST_DIR)/