[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. debian/1.4.2-2-5-gb4bcdf8

Ralf Treinen treinen at free.fr
Thu Feb 10 21:03:09 UTC 2011


The following commit has been merged in the master branch:
commit dcbacf66b360e9f486353b8bfeebe6c8cda046ef
Author: Ralf Treinen <treinen at free.fr>
Date:   Thu Feb 10 21:36:27 2011 +0100

    ignore ocamldoc errors

diff --git a/debian/rules b/debian/rules
index cb73172..89144d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ endif
 override_dh_auto_build:
 	dh_auto_build
 	mkdir -p debian/doc/html
-	ocamldoc -html -d debian/doc/html */*.mli
+	-ocamldoc -html -d debian/doc/html */*.mli
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
dose2 packaging



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