annotate make/makevars.make @ 2957:17c69c89fe93

[project @ 1997-05-09 18:43:21 by jwe]
author jwe
date Fri, 09 May 1997 18:43:21 +0000
parents 99b98517b7ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1284
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
1 # makevars.make -- the directory names we pass.
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
2 # It's important that none of these values contain [ @%], for the sake
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
3 # of kpathsea/texmf.sed.
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
4 makevars = prefix=$(prefix) exec_prefix=$(exec_prefix) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
5 bindir=$(bindir) scriptdir=$(scriptdir) libdir=$(libdir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
6 datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
7 manext=$(manext) mandir=$(mandir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
8 texmf=$(texmf) web2cdir=$(web2cdir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
9 texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
10 fontdir=$(fontdir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
11 fmtdir=$(fmtdir) basedir=$(basedir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
12 texpooldir=$(texpooldir) mfpooldir=$(mfpooldir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
13 install_fonts=$(install_fonts) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
14 dvipsdir=$(dvipsdir) psheaderdir=$(psheaderdir) \
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
15 default_texsizes='$(default_texsizes)'
99b98517b7ac [project @ 1995-04-27 22:05:53 by jwe]
jwe
parents:
diff changeset
16 # End of makevars.make.