mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 09:51:53 +00:00
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)
This commit is contained in:
parent
2265d20c1a
commit
e050db2678
@ -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
|
||||
|
@ -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="$@" $<
|
||||
|
Loading…
Reference in New Issue
Block a user