2004-11-06 Paul Jakma <paul@dishone.st>

	* defines.texi.in: New file, texi variables should be set here,
          autoconf substitution is available. Define common AUTHORS,
          COPYRIGHT_YEAR and COPYRIGHT_STR vars.
	* (global): Make use of makeinfo node pointer auto-creation
          to avoid having to fully specify links for nodes, so we only have
          to specify current node name - simplifies text slightly.
          Remove extraneous newlines which appear to cause extra blank pages
          to be added in output.
          Update copyright strings which appear in various places to
          use the new COPYRIGHT_STR texinfo variable.
	  Change url to uref, the former need not output an actual
	  hyperlink depending on version of texinfo, the latter should if
	  supported by the format (eg PDF).
	* texinfo.tex: Update to a more recent version. previous file
	  was many many years old. This file should possibly be removed
          altogether, and allowed to be installed by automake.
        * quagga.texi: Make use of automake's version.texi feature to
          have VERSION and some other vars auto-defined. include
          defines.texi. Change copyright strings to use the COPYRIGHT_STR
          variable.
	* install.texi: Make the privs section an actual section. Ditto for
	  the Linux notes.
	* overview.texi: Supply URL for Quagga, where format allows. Tidy up
          one or two paragraphs slightly.
	  Update the section on supported platforms.
	  Remove the ZNOG list stuff, direct reader to the website for
          further information on email lists.
	* vtysh.texi: Update the integrated config file section. Make the
	  commands sections so correct PDF indexes are built.
diff --git a/doc/ripngd.texi b/doc/ripngd.texi
index b49f0bf..433f1ab 100644
--- a/doc/ripngd.texi
+++ b/doc/ripngd.texi
@@ -1,5 +1,4 @@
-@node RIPng, OSPFv2, RIP, Top
-@comment  node-name,  next,  previous,  up
+@node RIPng
 @chapter RIPng
 
 @command{ripngd} supports the RIPng protocol as described in RFC2080.  It's an
@@ -12,15 +11,13 @@
 * ripngd Filtering Commands::   
 @end menu
 
-@node Invoking ripngd, ripngd Configuration, RIPng, RIPng
-@comment  node-name,  next,  previous,  up
+@node Invoking ripngd
 @section Invoking ripngd
 
 There are no @code{ripngd} specific invocation options.  Common options
 can be specified (@pxref{Common Invocation Options}).
 
-@node ripngd Configuration, ripngd Terminal Mode Commands, Invoking ripngd, RIPng
-@comment  node-name,  next,  previous,  up
+@node ripngd Configuration
 @section ripngd Configuration
 
 Currently ripngd supports the following commands:
@@ -50,8 +47,7 @@
 With this statement, RIPng routes go to the @command{zebra} daemon.
 @end deffn
 
-@node ripngd Terminal Mode Commands, ripngd Filtering Commands, ripngd Configuration, RIPng
-@comment  node-name,  next,  previous,  up
+@node ripngd Terminal Mode Commands
 @section ripngd Terminal Mode Commands
 
 @deffn Command {show ip ripng} {}
@@ -69,8 +65,7 @@
 @deffn Command {debug ripng zebra} {}
 @end deffn
 
-@node ripngd Filtering Commands,  , ripngd Terminal Mode Commands, RIPng
-@comment  node-name,  next,  previous,  up
+@node ripngd Filtering Commands
 @section ripngd Filtering Commands
 
 @deffn Command {distribute-list @var{access_list} (in|out) @var{ifname}} {}