[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

Sylvain Le Gall gildor at debian.org
Mon Aug 11 16:47:55 UTC 2008


The following commit has been merged in the master branch:
commit 9bbe1ccce7a7ba1e5feedda6120bed23b497c436
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Sat Aug 9 21:11:44 2008 +0000

    Solve missing include for ocamldoc generation.

diff --git a/debian/rules b/debian/rules
index 87f16c1..5f0ce85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,8 @@ DEB_MAKE_INSTALL_TARGET  += OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR
 
 OCAML_OCAMLDOC_PACKAGES = libbitstring-ocaml-dev
 
+OCAML_OCAMLDOC_FLAGS += -I +camlp4
+
 clean::
 	-$(RM) '$(CURDIR)/debian/libbitstring-ocaml-dev.dirs'
 	-$(RM) '$(CURDIR)/cil-tools/Makefile'

-- 
ocaml-bitmatch packaging



More information about the Pkg-ocaml-maint-commits mailing list