mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 16:06:20 +00:00
2005-04-28 Paul Jakma <paul@dishone.st>
* quagga.info: updated * Makefile.am: automake seems to depend doc built stuff on srcdir for some reason, or maybe its cause we have quagga.info, quagga.texi in CVS - not sure. Anyway, the static rule for quagga.pdf should depend on the srcdir quagga.texi in that case.
This commit is contained in:
parent
5e4008f7b8
commit
649e853f77
@ -1,6 +1,10 @@
|
||||
2005-04-28 Paul Jakma <paul@dishone.st>
|
||||
|
||||
* quagga.info: updated
|
||||
* Makefile.am: automake seems to depend doc built stuff on srcdir
|
||||
for some reason, or maybe its cause we have quagga.info,
|
||||
quagga.texi in CVS - not sure. Anyway, the static rule for
|
||||
quagga.pdf should depend on the srcdir quagga.texi in that case.
|
||||
|
||||
2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||
|
||||
|
@ -40,8 +40,8 @@ info_TEXINFOS = quagga.texi
|
||||
# us to have a generic automatic .pdf rule to build the figure sources
|
||||
# because it cant just work from the png's directly it seems - contrary
|
||||
# to the documentation...
|
||||
quagga.pdf: quagga.texi $(figures_pdf)
|
||||
$(TEXI2PDF) -o "$@" $(info_TEXINFOS)
|
||||
quagga.pdf: $(srcdir)/quagga.texi $(figures_pdf)
|
||||
$(TEXI2PDF) -o "$@" $<
|
||||
|
||||
quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
|
||||
ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi overview.texi \
|
||||
|
Loading…
Reference in New Issue
Block a user