From: Paul Jakma Date: Thu, 9 Oct 2014 15:09:10 +0000 (+0100) Subject: docs: defines.texi include seems to want to be after setfilename X-Git-Tag: frr-2.0-rc1~788 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1a0aa36f2589b19bcefdf3601a6e874040bf5524;p=mirror%2Ffrr.git 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) --- diff --git a/doc/quagga.texi b/doc/quagga.texi index 44c75695a0..083a9a28c5 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