[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:12 UTC 2011


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

    remove one directory level when generating doc

diff --git a/debian/libdose2-ocaml-dev.docs b/debian/libdose2-ocaml-dev.docs
index a575df6..8aec9de 100644
--- a/debian/libdose2-ocaml-dev.docs
+++ b/debian/libdose2-ocaml-dev.docs
@@ -1,2 +1,2 @@
 README
-debian/doc
+debian/html
diff --git a/debian/rules b/debian/rules
index 89144d1..1d103dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,9 @@ endif
 
 override_dh_auto_build:
 	dh_auto_build
-	mkdir -p debian/doc/html
-	-ocamldoc -html -d debian/doc/html */*.mli
+	mkdir -p debian/html
+	-ocamldoc -html -d debian/html */*.mli
 
 override_dh_auto_clean:
 	dh_auto_clean
-	-rm -r debian/doc
\ No newline at end of file
+	-rm -r debian/html
\ No newline at end of file

-- 
dose2 packaging



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