From: Stefano Zacchiroli Date: Sun, 2 Sep 2007 16:25:23 +0000 (+0000) Subject: * debian ocaml-nox.README.Debian X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~525 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f05bf6fcc2cd18bba4a0d3373d992e8c45a4287f;p=ocaml.git * debian ocaml-nox.README.Debian - add Debian specific README for ocaml-nox, describing the requirement for compiling ocamldoc-generated LaTeX documentation (closes: #420782) --- diff --git a/debian/changelog b/debian/changelog index 48fa690c..5697b3ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ ocaml (3.10.0-8) UNRELEASED; urgency=low 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 Sun, 02 Sep 2007 17:49:36 +0200 + -- Stefano Zacchiroli Sun, 02 Sep 2007 18:22:41 +0200 ocaml (3.10.0-7) unstable; urgency=low diff --git a/debian/ocaml-nox.README.Debian b/debian/ocaml-nox.README.Debian new file mode 100644 index 00000000..33c13db3 --- /dev/null +++ b/debian/ocaml-nox.README.Debian @@ -0,0 +1,12 @@ +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 Sun, 02 Sep 2007 18:22:14 +0200