summaryrefslogtreecommitdiff
path: root/INSTALL.quagga.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.quagga.txt')
-rw-r--r--INSTALL.quagga.txt6
1 files changed, 5 insertions, 1 deletions
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