- add Debian specific README for ocaml-nox, describing the requirement for
compiling ocamldoc-generated LaTeX documentation (closes: #420782)
likely to generate empty API references ...)
- add support for automatic generation of doc-base entries for ocamldoc
generated API reference
+ * debian ocaml-nox.README.Debian
+ - add Debian specific README for ocaml-nox, describing the requirement for
+ compiling ocamldoc-generated LaTeX documentation (closes: #420782)
- -- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 17:49:36 +0200
+ -- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 18:22:41 +0200
ocaml (3.10.0-7) unstable; urgency=low
--- /dev/null
+ocamldoc's LaTeX output
+====
+
+ocamldoc can generated documentation in LaTeX format which can be later on
+compiled using a LaTeX environment. The LaTeX sources generated by ocamldoc
+exploits the fullpage.sty style, which is not included in a default texlive
+installation (the Debian LaTeX environment of choice).
+
+In order to be able to compile ocamldoc generated LaTeX sources you will need
+to install the "texlive-latex-extra" package.
+
+ -- Stefano Zacchiroli <zack@debian.org> Sun, 02 Sep 2007 18:22:14 +0200