From 0a01dbf3cde1f098a35b4ff3919ceb2b5ab72f4e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 16 Jul 2007 14:05:57 +0000 Subject: [PATCH] invoke make doc after build to create ocamldoc docs --- DEVEL/ocaml-http/debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVEL/ocaml-http/debian/rules b/DEVEL/ocaml-http/debian/rules index 51b217617..f342cfe26 100755 --- a/DEVEL/ocaml-http/debian/rules +++ b/DEVEL/ocaml-http/debian/rules @@ -9,5 +9,7 @@ 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) -- 2.39.2