X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgnulib.texi;h=3cc7342c394e60b5e4d81b7a34c295ce9284e65c;hb=d0ed9df4b170fc03d349eb1e856265b2c3c16706;hp=ab537300ecd20a9a9da69d3216e6558189a6efef;hpb=2d4fb1d912a7cd5d09c87a24f7a932d450ca231d;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index ab537300e..3cc7342c3 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@comment $Id: gnulib.texi,v 1.40 2007-05-01 22:37:10 haible Exp $ +@comment $Id: gnulib.texi,v 1.42 2007-07-15 14:05:43 karl Exp $ @comment %**start of header @setfilename gnulib.info @settitle GNU Gnulib @@ -7,7 +7,7 @@ @syncodeindex pg cp @comment %**end of header -@set UPDATED $Date: 2007-05-01 22:37:10 $ +@set UPDATED $Date: 2007-07-15 14:05:43 $ @copying This manual is for GNU Gnulib (updated @value{UPDATED}), @@ -52,9 +52,9 @@ Texts. A copy of the license is included in the section entitled * Invoking gnulib-tool:: * Miscellaneous Notes:: * Header File Substitutes:: -* Function Substitutes:: -* Particular Modules:: Documentation of Individual Modules -* Copying This Manual:: +* Function Substitutes:: Replacing system functions. +* Particular Modules:: Documentation of individual modules. +* GNU Free Documentation License:: Copying and sharing this manual. * Index:: @end menu @@ -349,14 +349,17 @@ libgsasl_la_LDFLAGS += -no-undefined Gnulib provides copies of the GNU GPL, GNU LGPL, and GNU FDL licenses in Texinfo form. (The master location is -@url{http://www.gnu.org/licenses/}). These Texinfo documents have -various node names and structures built into them; for your manual, -you might like to change these. It's ok to do this, and a convenient -way to do so is to use a context diff and the @option{--local-dir} -option to @command{gnulib-tool}. +@url{http://www.gnu.org/licenses/}). These Texinfo documents do not +have any node names and structures built into them; for your manual, +you should @code{@@include} them in an appropriate @code{@@node}. + +The conventional name for the GPL node is @samp{Copying} and for the FDL +@samp{GNU Free Documentation License}. The LGPL doesn't seem to have +a conventional node name. Of course the license texts themselves should not be changed at all. + @node Build robot for gnulib @section Build robot for gnulib @@ -1543,7 +1546,9 @@ by Gnulib. * sscanf:: * stat:: * statvfs:: +* stderr:: * stdin:: +* stdout:: * strcasecmp:: * strcat:: * strchr:: @@ -2659,7 +2664,9 @@ by Gnulib. @include functions/sscanf.texi @include functions/stat.texi @include functions/statvfs.texi +@include functions/stderr.texi @include functions/stdin.texi +@include functions/stdout.texi @include functions/strcasecmp.texi @include functions/strcat.texi @include functions/strchr.texi @@ -2861,12 +2868,8 @@ generated automatically. @include regexprops-generic.texi -@node Copying This Manual -@appendix Copying This Manual - -@menu -* GNU Free Documentation License:: License for copying this manual. -@end menu +@node GNU Free Documentation License +@appendix GNU Free Documentation License @include fdl.texi @@ -2877,3 +2880,8 @@ generated automatically. @printindex cp @bye + +@c Local Variables: +@c indent-tabs-mode: nil +@c whitespace-check-buffer-indent: nil +@c End: