doc fixes to srclist*
authorKarl Berry <karl@freefriends.org>
Wed, 7 Apr 2010 23:02:50 +0000 (16:02 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 7 Apr 2010 23:02:50 +0000 (16:02 -0700)
ChangeLog
config/srclist-update
config/srclist.txt
config/srclistvars.sh

index 9098f73a801ef73ea301161fd16ce529fcb745a9..6ff91cb8850657b95441e7ed3ccdac09f69b57a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-07  Karl Berry  <karl@gnu.org>
+
+       * config/srclist.txt,
+       * config/srclistvars.sh,
+       * config/srclist-update: doc fixes.
+
 2010-04-07  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: add a PATH crosschecking syntax-check rule
index 9b3ddabc79d233db26ab1d6181288370298c7e46..3b8b9d47935ad6f50b56cbdde6dd440cdd590082 100755 (executable)
@@ -1,6 +1,4 @@
 #!/bin/sh
-# $Id: srclist-update,v 1.19 2007-03-30 23:44:27 karl Exp $
-#
 # Check for files in directory $1 being up to date, according to the
 # list on stdin.  Don't actually make any changes, just show the diffs.
 #
index 3cb0d95f0b850b570eacdba0fc3becb816e6b45f..e3cc11526e46defc7d6f6f2eea08ca4b796c8f3a 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: srclist.txt,v 1.152 2007-06-21 18:41:50 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
index e3f34dbe0d83047b7f0f5e217aaaa0a0eaad19c7..4756d5637388f5ee2149362377e621d19d2a8a29 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: srclistvars.sh,v 1.28 2006-08-22 19:38:57 eggert Exp $
 # Variables for srclist-update and srclist.txt.
 # Will change for each user.
 
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# per-user overrides.
 case $LOGNAME in
-jas | eggert)
-  : ${AUTOCONF=../autoconf}
-  : ${AUTOMAKE=../automake}
-  : ${GETTEXT=../gettext}
-  : ${GNUCONFIG=../config}
-  : ${GNUORG=../gnuorg}
-  : ${GNUWWWLICENSES=$GNUORG}
-  : ${GNUSTANDARDS=../gnustandards}
-  : ${LIBTOOL=../libtool}
-  : ${LIBCSRC=../libc}
-  : ${TEXINFOSRC=../texinfo}
-  ;;
-
 karl)
   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
   : ${GNUBIN=/usr/local/gnu/bin}
+  : ${GNUORG=$HOME/gnu/gnuorg}
   : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
   : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
-  : ${AUTOCONF=../autoconf}
-  : ${AUTOMAKE=../automake}
-  : ${EMACSSRC=../etrunk}
-  : ${GETTEXT=../gettext}
-  : ${GNUCONFIG=../config}
-  : ${GNUORG=$HOME/gnu/gnuorg}
-  : ${GNULIBSRC=../gnulib}
-  : ${GNUSTANDARDS=../gnustandards}
-  : ${LIBCSRC=../libc}
-  : ${LIBTOOL=../libtool}
-  : ${TEXINFOSRC=../texinfo}
   ;;
-
 esac
+
+# Default to sibling (of parent) directories.
+: ${AUTOCONF=../autoconf}
+: ${AUTOMAKE=../automake}
+: ${GETTEXT=../gettext}
+: ${GNUCONFIG=../config}
+: ${GNULIBSRC=../gnulib}
+: ${GNUORG=../gnuorg}
+: ${GNUSTANDARDS=../gnustandards}
+: ${GNUWWWLICENSES=$GNUORG}
+: ${LIBCSRC=../libc}
+: ${LIBTOOL=../libtool}
+: ${TEXINFOSRC=../texinfo}