[Pkg-ocaml-maint-commits] [SCM] type-conv packaging branch, master, updated. f249aa60267016ba454981a17a8bef1c05a440e5

Stefano Zacchiroli zack at upsilon.cc
Sun May 4 13:44:58 UTC 2008


The following commit has been merged in the master branch:
commit f249aa60267016ba454981a17a8bef1c05a440e5
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun May 4 15:44:30 2008 +0200

    ship upstream .mli and generate html api ref

diff --git a/debian/install.in b/debian/install.in
new file mode 100644
index 0000000..ccbfcd2
--- /dev/null
+++ b/debian/install.in
@@ -0,0 +1 @@
+lib/*.mli	@OCamlStdlibDir@/type-conv/
diff --git a/debian/rules b/debian/rules
index 94b8212..f4e41d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ LIB_NAME = type-conv
 PKG_NAME = lib$(LIB_NAME)-camlp4-dev
 DESTDIR = $(CURDIR)/debian/$(PKG_NAME)$(OCAML_STDLIB_DIR)
 
+OCAML_OCAMLDOC_PACKAGES = $(PKG_NAME)
+OCAML_OCAMLDOC_OCAMLFIND_FLAGS = -package camlp4
+
 DEB_MAKE_BUILD_TARGET = all
 DEB_MAKE_INSTALL_TARGET = install OCAMLFIND_INSTFLAGS="-destdir $(DESTDIR)"
 

-- 
type-conv packaging



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