[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/1.4.1-1-9-g5140612

Mehdi Dogguy mehdi at debian.org
Tue Jun 5 21:00:46 UTC 2012


The following commit has been merged in the master branch:
commit c17c479f73433e1cc699c246efb2bf560498b824
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Jun 5 21:52:01 2012 +0200

    Set DOCROOT when building

diff --git a/debian/rules b/debian/rules
index d13cc96..db5286d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ export BATTERIES_NATIVE_SHLIB=false
 endif
 
 override_dh_auto_build:
-	make all
+	make DOCROOT=$(BATTERIES_DOCROOT) all
 ifneq (,$(findstring $(DOC_PKG),$(shell dh_listpackages)))
 	make doc
 endif

-- 
ocaml-batteries packaging



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