changeset 4917:92a465f11025

Texinfo licenses
author Karl Berry <karl@freefriends.org>
date Sun, 18 Jan 2004 14:54:16 +0000
parents a9bb5a5401ab
children 7248b819ea26
files config/ChangeLog config/srclist.txt config/srclistvars.sh doc/ChangeLog
diffstat 4 files changed, 15 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-18  Karl Berry  <karl@gnu.org>
+
+	* srclistvars.sh (GNUWWWLICENSES): new variable.
+	* srclist.txt ({fdl,gpl,lgpl}.text): get from there.
+
 2004-01-14  Karl Berry  <karl@gnu.org>
 
 	* install-sh: update from automake.
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.31 2003-12-24 13:07:08 uid65818 Exp $
+# $Id: srclist.txt,v 1.32 2004-01-18 14:54:16 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -15,7 +15,9 @@
 
 $AUTOCONF/INSTALL		doc
 #
-$GNUORG/fdl.texi		doc
+$GNUWWWLICENSES/fdl.texi	doc
+$GNUWWWLICENSES/gpl.texi	doc
+$GNUWWWLICENSES/lgpl.texi	doc
 
 $GETTEXT/gettext-runtime/libasprintf/asnprintf.c	lib gpl
 $GETTEXT/gettext-runtime/libasprintf/asprintf.c		lib gpl
--- a/config/srclistvars.sh
+++ b/config/srclistvars.sh
@@ -1,4 +1,4 @@
-# $Id: srclistvars.sh,v 1.11 2003-09-08 21:00:16 karl Exp $
+# $Id: srclistvars.sh,v 1.12 2004-01-18 14:54:16 karl Exp $
 # Variables for srclist-update and srclist.txt.
 # Will change for each user.
 
@@ -22,7 +22,7 @@
   : ${GNUBIN=/usr/local/gnu/bin}
   : ${GNUCONFIG=$HOME/gnu/src/config}
   : ${GNULIBSRC=$HOME/gnu/src/gnulib}
-  : ${GNUORG=$HOME/gnu/gnuorg}
+  : ${GNUWWWLICENSES=$HOME/gnu/www/licenses}
   : ${LIBCSRC=$HOME/gnu/src/libc}
   : ${TEXINFOSRC=/u/texinfo/src}
   : ${TEXMFROOT=/usr/local/texmf/texmf}
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-18  Karl Berry  <karl@gnu.org>
+
+	* gpl.texi, lgpl.texi: new files.
+
 2003-03-13  Paul Eggert  <eggert@twinsun.com>
 
 	* COPYING.DOC, fdl.texi: Sync with latest FSF version.