X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Flablgtksourceview%2FMakefile.in;h=3b347e4f3edfc3b6f476e34d3886f5103eefa1ab;hb=b93c448d6ea4c9de27b221c72891ae0345eac30d;hp=19dc0d19d71c18b2c0286d4070622a5713f091b5;hpb=d43522a6d38fcb9081a3f0352088377bc0555231;p=helm.git diff --git a/helm/software/DEVEL/lablgtksourceview/Makefile.in b/helm/software/DEVEL/lablgtksourceview/Makefile.in index 19dc0d19d..3b347e4f3 100644 --- a/helm/software/DEVEL/lablgtksourceview/Makefile.in +++ b/helm/software/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)/