]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-11-07 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 8 Nov 2004 16:28:39 +0000 (16:28 +0000)
committerpaul <paul>
Mon, 8 Nov 2004 16:28:39 +0000 (16:28 +0000)
* 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)

doc/ChangeLog
doc/Makefile.am

index bb79cc840021e6b565a32bd3d68e6237ad38b1aa..67116108fed2141979aa400656c527e44446c4f7 100644 (file)
@@ -1,3 +1,9 @@
+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
index bcf55e24f2cfe156d2d3db7bd25fb71ec482e2ea..a6e5ea94264b5d11f81df9ab33039615648978b7 100644 (file)
@@ -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="$@" $<