diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-01-22 15:49:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-01-22 15:49:29 +0000 |
commit | 9ca0989037602d9835eec04c2a9b6016a7b55740 (patch) | |
tree | 3d25470687bf04743257116000d012ae0a8ae505 | |
parent | adb77640304a375883eaaec9eb9b21036c2be0bd (diff) | |
download | postgresql-9ca0989037602d9835eec04c2a9b6016a7b55740.tar.gz postgresql-9ca0989037602d9835eec04c2a9b6016a7b55740.zip |
Document that the HTML documentation must be built before the PDF
documentation.
-rw-r--r-- | doc/src/sgml/docguide.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 74c4da89cf7..62a60cb109d 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.78 2009/08/09 22:47:59 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.79 2010/01/22 15:49:29 momjian Exp $ --> <appendix id="docguide"> <title>Documentation</title> @@ -590,7 +590,8 @@ gmake man <para> If you want to use <application>JadeTex</application> to produce a - printable rendition of the documentation, you can use one of the + printable rendition of the documentation, you must first build the + <acronym>HTML</acronym> output as outlined above, then you can use one of the following commands: <itemizedlist> |