2005-04-29 Paul Jakma <paul@dishone.st>

	* defines.texi.in: Add PACKAGE_NAME, PACKAGE_STRING.
	* quagga.texi: Use PACKAGE_NAME, this is more to give me an excuse
	  to update quagga.texi so that the 'UPDATED' in version.texi will
	  be more recent, the Makefile seems to be dumb and not examine
	  the texi files from which quagga.texi is generated.
	* quagga.info: Fresh copy to match updates.
diff --git a/doc/defines.texi.in b/doc/defines.texi.in
index 1dd0cb0..a4badef 100644
--- a/doc/defines.texi.in
+++ b/doc/defines.texi.in
@@ -3,6 +3,8 @@
 
 @c Set variables
 @set PACKAGE_NAME @PACKAGE_NAME@
+@set PACKAGE_TARNAME @PACKAGE_TARNAME@
+@set PACKAGE_STRING @PACKAGE_STRING@
 @set AUTHORS Kunihiro Ishiguro, et al.
 @set COPYRIGHT_YEAR 1999-2005
 @set COPYRIGHT_STR Copyright @copyright{} @value{COPYRIGHT_YEAR} @value{AUTHORS}