summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilko Bengen <bengen@debian.org>2016-01-03 20:51:41 +0100
committerHilko Bengen <bengen@debian.org>2016-01-03 20:51:41 +0100
commitd7068cd07bb8ec86f4c32de71274b789a37ed673 (patch)
tree6bd327b57f6c427fa739aa777c374f0727c2f064
parent45dc4f10d8acbdeca21260b3c4f6228bde12a7ef (diff)
Generate API documentation using dh_ocamldoc(1)
-rw-r--r--debian/libpa-ounit-camlp4-dev.ocamldoc1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/libpa-ounit-camlp4-dev.ocamldoc b/debian/libpa-ounit-camlp4-dev.ocamldoc
new file mode 100644
index 0000000..f6a9389
--- /dev/null
+++ b/debian/libpa-ounit-camlp4-dev.ocamldoc
@@ -0,0 +1 @@
+-syntax camlp4o -syntax camlp4o -package compiler-libs.common -package camlp4.quotations -package camlp4.lib -package camlp4.extend \ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 84d149b..79465d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export OCAMLFIND_DESTDIR
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
- ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libpa-ounit-amlp4-dev/html/api
+ ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libpa-ounit-camlp4-dev/html/api
.PHONY: override_dh_auto_build
override_dh_auto_build: