X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=DEVEL%2Focaml-http%2Fdebian%2Frules;h=b86c61d2827671db9e0f7f00fb7a8bfbb376b638;hb=61b565d1306b7ab37e436d9fc73e4b1560214664;hp=f342cfe2623f92f25a7ce2feb7a15740c09c4d96;hpb=0a01dbf3cde1f098a35b4ff3919ceb2b5ab72f4e;p=helm.git diff --git a/DEVEL/ocaml-http/debian/rules b/DEVEL/ocaml-http/debian/rules index f342cfe26..b86c61d28 100755 --- a/DEVEL/ocaml-http/debian/rules +++ b/DEVEL/ocaml-http/debian/rules @@ -4,12 +4,9 @@ include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/class/ocaml.mk PKGNAME = libhttp-ocaml-dev - +OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES) DEB_MAKE_BUILD_TARGET = all ifeq ($(OCAML_HAVE_OCAMLOPT),yes) DEB_MAKE_BUILD_TARGET += opt endif -build/$(PKGNAME):: - $(MAKE) doc - DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(PKGNAME)$(OCAML_STDLIB_DIR)