diff options
author | Paul Jakma <paul@opensourcerouting.org> | 2014-10-09 17:09:10 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 03:14:01 +0200 |
commit | 1a0aa36f2589b19bcefdf3601a6e874040bf5524 (patch) | |
tree | 0214c728594e25b4c6e5646ab76e2e0d413b9412 /doc | |
parent | zebra: Build the test client, can be useful, and add IPv6 to testrib.conf (diff) | |
download | frr-1a0aa36f2589b19bcefdf3601a6e874040bf5524.tar.xz frr-1a0aa36f2589b19bcefdf3601a6e874040bf5524.zip |
docs: defines.texi include seems to want to be after setfilename
* quagga.texi: I'm getting warnings about stuff in defines.texi not being
defined when building quagga.info. Seems to be fixed by moving the include
of defines.texi to the end of the header. Also, the Texinfo docs suggest
setfilename must go first.
(cherry picked from commit 384d7ad98c109e92eaf65bf10a3256e5657639c3)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/quagga.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/quagga.texi b/doc/quagga.texi index 44c75695a..083a9a28c 100644 --- a/doc/quagga.texi +++ b/doc/quagga.texi @@ -1,11 +1,10 @@ \input texinfo @c -*- texinfo -*- -@c Set variables - sourced from defines.texi -@include defines.texi @c %**start of header -@setchapternewpage odd -@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @setfilename quagga.info +@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} +@c Set variables - sourced from defines.texi +@include defines.texi @c %**end of header @c automake will automatically generate version.texi |