From 67d14683778cb3fd8dbfda5a03f5fe407f57389a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 10 May 2017 19:19:51 +0200 Subject: Prepare for reordering sections in the manual. * doc/gnulib.texi: Move several sections to separate files. Include these files. * doc/out-of-memory.texi: New file, extracted from doc/gnulib.texi. * doc/obsolete.texi: Likewise. * doc/extra-tests.texi: Likewise. * doc/transversal.texi: Likewise. * doc/namespace.texi: Likewise. * doc/check-version.texi: Likewise. * doc/windows-sockets.texi: Likewise. * doc/windows-libtool.texi: Likewise. * doc/licenses-texi.texi: Likewise. * doc/build-automation.texi: Likewise. * doc/c-locale.texi: Likewise. --- doc/licenses-texi.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/licenses-texi.texi (limited to 'doc/licenses-texi.texi') diff --git a/doc/licenses-texi.texi b/doc/licenses-texi.texi new file mode 100644 index 0000000000..325e2efdd8 --- /dev/null +++ b/doc/licenses-texi.texi @@ -0,0 +1,14 @@ +@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 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. -- cgit v1.2.1