[Pkg-ocaml-maint-commits] [SCM] pxp packaging branch, master, updated. debian/1.2.0.test1-3-29-g90c4ed3

Stefano Zacchiroli zack at upsilon.cc
Mon Mar 16 17:22:25 UTC 2009


The following commit has been merged in the master branch:
commit fda58eacfb6b0f683430b40c428f27e874003ecd
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Mar 16 18:20:18 2009 +0100

    avoid re-generating upstream reference manual

diff --git a/debian/changelog b/debian/changelog
index 3138e08..5a8242d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,7 @@ pxp (1.2.1-1) unstable; urgency=low
     - bump Standards-Version to 3.8.1 (no changes)
     - move pxp to (new) archive section "ocaml"
   * debian/docs: avoid installing vanished documents
-  * use upstream build system to create the ocamldoc reference manual,
-    because it includes extra documentation
+  * use upstream reference manual
   * debian/rules:
     - use ocaml.mk as a CDBS "rules" snippet
     - create destdir at the end of the build
diff --git a/debian/rules b/debian/rules
index ae56738..80e271e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ build/$(PKGNAME)::
 	$(MAKE) opt
 endif
 build/$(PKGNAME)::
-	$(MAKE) -C doc/manual/
 	mkdir -p $(DESTDIR)
 	/usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate $(PKGNAME)
 binary-post-install/$(PKGNAME)::

-- 
pxp packaging



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