summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpaul <paul>2004-11-08 16:28:39 +0000
committerpaul <paul>2004-11-08 16:28:39 +0000
commite050db2678b9ff002cd8b06da3db4d35bf2e1837 (patch)
treeeaaa3eafb493884b9edcd9eec5d192876779f066 /doc
parent2265d20c1a568c7633d086ccf0233761ff942a2c (diff)
2004-11-07 Paul Jakma <paul@dishone.st>
* Makefile.am: Add routeserver.texi to quagga_TEXINFOS. Add quagga.info to clean files list (would have thought automake would have done this, but it doesnt seem to)
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/Makefile.am6
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bb79cc84..67116108 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,11 @@
2004-11-07 Paul Jakma <paul@dishone.st>
+ * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
+ Add quagga.info to clean files list (would have thought automake
+ would have done this, but it doesnt seem to)
+
+2004-11-07 Paul Jakma <paul@dishone.st>
+
* quagga.texi: include routeserver.texi. TODO: integrate the current
multiple-instance orientated bgpd route-server section with the
new route-server docs.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bcf55e24..a6e5ea94 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,7 +15,7 @@ BUILT_SOURCES = defines.texi
info_TEXINFOS = quagga.texi
-CLEANFILES = *.pdf
+CLEANFILES = *.pdf quagga.info
# The figure sources
figures_SOURCES = fig-normal-processing.eps \
@@ -31,8 +31,8 @@ quagga.pdf: quagga.texi \
quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
- protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi vtysh.texi \
- defines.texi $(figures_SOURCES)
+ protocol.texi ripd.texi ripngd.texi routemap.texi snmp.texi \
+ vtysh.texi routeserver.texi defines.texi $(figures_SOURCES)
%.pdf: %.eps
$(EPSTOPDF) --outfile="$@" $<