X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2FMakefile;h=a9495db9d17e6536224de5d1a967492861b45ff2;hb=6de3b960806c544b580a15fd28309eea0c319771;hp=fd1f2fc6377a157a3c2a83c4eb3aab57aa9086c4;hpb=770bf4189e7bf6edb6d7addff7cd65c1b66c9602;p=helm.git diff --git a/helm/DEVEL/ocaml-http/Makefile b/helm/DEVEL/ocaml-http/Makefile index fd1f2fc63..a9495db9d 100644 --- a/helm/DEVEL/ocaml-http/Makefile +++ b/helm/DEVEL/ocaml-http/Makefile @@ -74,7 +74,8 @@ docclean: distclean: clean docclean $(MAKE) -C examples/ distclean -rm -f META -dist: distclean depend +dist: distreal distrm +distreal: distclean depend mkdir $(DISTDIR) cp -r \ $(patsubst %, %.ml, $(MODULES)) \ @@ -84,6 +85,10 @@ dist: distclean depend -find $(DISTDIR)/ -type d -name CVS -exec rm -rf {} \; -find $(DISTDIR)/ -type f -name ".cvs*" -exec rm -f {} \; tar cvzf $(DISTDIR).tar.gz $(DISTDIR)/ +distrm: + rm -rf $(DISTDIR)/ +deb: distreal + (cd $(DISTDIR)/ && debuild) rm -rf $(DISTDIR)/ install: META $(OCAMLFIND) install -destdir $(DESTDIR) $(PKGNAME) \ @@ -94,5 +99,5 @@ install: META .PHONY: \ all opt world all_non_mt all_mt opt_non_mt opt_mt \ examples examples.opt depend clean distclean dist \ - install meta doc + install meta doc deb distreal distrm