comparison config/srclistvars.sh @ 13186:9a5cee2d3102

doc fixes to srclist*
author Karl Berry <karl@freefriends.org>
date Wed, 07 Apr 2010 16:02:50 -0700
parents c6363be84da4
children
comparison
equal deleted inserted replaced
13185:8845faccc61b 13186:9a5cee2d3102
1 # $Id: srclistvars.sh,v 1.28 2006-08-22 19:38:57 eggert Exp $
2 # Variables for srclist-update and srclist.txt. 1 # Variables for srclist-update and srclist.txt.
3 # Will change for each user. 2 # Will change for each user.
4 3
5 # Copyright (C) 2002, 2003, 2004 2005, 2006, 2008 4 # Copyright (C) 2002, 2003, 2004 2005, 2006, 2008
6 # Free Software Foundation, Inc. 5 # Free Software Foundation, Inc.
16 # GNU General Public License for more details. 15 # GNU General Public License for more details.
17 # 16 #
18 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 19
20 # per-user overrides.
21 case $LOGNAME in 21 case $LOGNAME in
22 jas | eggert)
23 : ${AUTOCONF=../autoconf}
24 : ${AUTOMAKE=../automake}
25 : ${GETTEXT=../gettext}
26 : ${GNUCONFIG=../config}
27 : ${GNUORG=../gnuorg}
28 : ${GNUWWWLICENSES=$GNUORG}
29 : ${GNUSTANDARDS=../gnustandards}
30 : ${LIBTOOL=../libtool}
31 : ${LIBCSRC=../libc}
32 : ${TEXINFOSRC=../texinfo}
33 ;;
34
35 karl) 22 karl)
36 : ${ACLOCAL=/usr/local/gnu/share/aclocal} 23 : ${ACLOCAL=/usr/local/gnu/share/aclocal}
37 : ${GNUBIN=/usr/local/gnu/bin} 24 : ${GNUBIN=/usr/local/gnu/bin}
25 : ${GNUORG=$HOME/gnu/gnuorg}
38 : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses} 26 : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
39 : ${TEXMFROOT=/usr/local/texmf/texmf-dist} 27 : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
40 : ${AUTOCONF=../autoconf}
41 : ${AUTOMAKE=../automake}
42 : ${EMACSSRC=../etrunk}
43 : ${GETTEXT=../gettext}
44 : ${GNUCONFIG=../config}
45 : ${GNUORG=$HOME/gnu/gnuorg}
46 : ${GNULIBSRC=../gnulib}
47 : ${GNUSTANDARDS=../gnustandards}
48 : ${LIBCSRC=../libc}
49 : ${LIBTOOL=../libtool}
50 : ${TEXINFOSRC=../texinfo}
51 ;; 28 ;;
29 esac
52 30
53 esac 31 # Default to sibling (of parent) directories.
32 : ${AUTOCONF=../autoconf}
33 : ${AUTOMAKE=../automake}
34 : ${GETTEXT=../gettext}
35 : ${GNUCONFIG=../config}
36 : ${GNULIBSRC=../gnulib}
37 : ${GNUORG=../gnuorg}
38 : ${GNUSTANDARDS=../gnustandards}
39 : ${GNUWWWLICENSES=$GNUORG}
40 : ${LIBCSRC=../libc}
41 : ${LIBTOOL=../libtool}
42 : ${TEXINFOSRC=../texinfo}