summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL.quagga.txt6
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f822d4fe..4e86d2d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-02 Paul Jakma <paul@dishone.st>
+
+ * INSTALL.quagga.txt: Add note about additional CVS build
+ requirements, if one wishes to build ps/pdf docs.
+
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* configure.ac: Add strnlen to AC_CHECK_FUNCS.
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt
index 6ba14624..a3f3ce12 100644
--- a/INSTALL.quagga.txt
+++ b/INSTALL.quagga.txt
@@ -1,4 +1,4 @@
-# $Id: INSTALL.quagga.txt,v 1.8 2004/11/23 17:19:21 gdt Exp $
+# $Id: INSTALL.quagga.txt,v 1.9 2005/04/02 17:13:33 paul Exp $
--------------------------------------------------------------------------
Building and Installing Quagga from releases or snapshots:
@@ -53,6 +53,10 @@ When texinfo 4.7 is widespread, it will be removed and texinfo will
become required again. (4.7 has figure support, needed for the route
server docs, which is why 4.6 doesn't work.)
+In order to create PostScript or PDF versions of the Texinfo documentation,
+you will need the convert utility, from the ImageMagick toolset installed,
+and epstopdf from the TeTeX suite.
+
To create the required autotools files (Makefile.in, configure, etc.),
run either the 'update-autotools' script provided, or else the
'autoreconf -i' command supplied with your autoconf package. After this