note about the license texinfo files
authorKarl Berry <karl@freefriends.org>
Tue, 19 Sep 2006 13:42:41 +0000 (13:42 +0000)
committerKarl Berry <karl@freefriends.org>
Tue, 19 Sep 2006 13:42:41 +0000 (13:42 +0000)
doc/gnulib.texi

index 23638c774699b376b33638c71d73b5c7d5337426..3309401ba9f2bdeade3f935d89b9788cd2855ab8 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.26 2006-07-19 21:48:14 dprice Exp $
+@comment $Id: gnulib.texi,v 1.27 2006-09-19 13:42:41 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: 2006-07-19 21:48:14 $
+@set UPDATED $Date: 2006-09-19 13:42:41 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
@@ -66,8 +66,8 @@ Software Foundation raise funds for GNU development.''
 @chapter Gnulib
 
 This manual contains some bare-bones documentation, but not much more.
-It's mostly been a place to store notes until someone (you?)@ gets
-around to writing a coherent manual.
+It's mostly a place to store notes until someone (you?)@ gets around
+to writing a coherent manual.
 
 Getting started:
 
@@ -91,6 +91,7 @@ Getting started:
 * Regular expressions::
 * Windows sockets::
 * Libtool and Windows::
+* License Texinfo sources::
 @end menu
 
 
@@ -349,6 +350,21 @@ library.  From a @file{Makefile.am}:
 libgsasl_la_LDFLAGS += -no-undefined
 @end example
 
+
+@node License Texinfo sources
+@section License Texinfo sources
+
+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}.
+
+Of course the license texts themselves should not be changed at all.
+
+
 @include gnulib-tool.texi