]> matita.cs.unibo.it Git - helm.git/blobdiff - DEVEL/ocaml-http/Makefile
- added some documentation on the fwd tatcic
[helm.git] / DEVEL / ocaml-http / Makefile
index 572a7f2584f050b328534219697c338a0c0f1e7b..540464f29320c0ba4fa449b6c8ac5dbf5709701c 100644 (file)
@@ -1,4 +1,5 @@
 include Makefile.defs
+export SHELL=/bin/bash
 
 MODULES = \
        http_constants http_types http_parser_sanity http_misc http_common \
@@ -117,8 +118,7 @@ distreal: distdoc distclean depend
        do      \
                cp -r $$f $(DISTDIR)/;  \
        done
-       -find $(DISTDIR)/ -type d -name CVS -exec rm -rf {} \;
-       -find $(DISTDIR)/ -type f -name ".cvs*" -exec rm -f {} \;
+       -find $(DISTDIR)/ -type d -name .svn -exec rm -rf {} \;
        tar cvzf $(DISTDIR).tar.gz $(DISTDIR)/
 distrm:
        rm -rf $(DISTDIR)/