]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-more_paths.patch
- pdftex R ghostscript (epstopdf calls it)
[packages/texlive.git] / texlive-more_paths.patch
1 diff -up texlive/texk/make/makevars.mk.more_paths texlive/texk/make/makevars.mk
2 --- texlive/texk/make/makevars.mk.more_paths    2007-08-19 07:38:56.000000000 +0200
3 +++ texlive/texk/make/makevars.mk       2007-08-19 07:45:26.000000000 +0200
4 @@ -5,6 +5,8 @@ makevars = prefix=$(prefix) exec_prefix=
5    bindir=$(bindir) scriptdir=$(scriptdir) libdir=$(libdir) \
6    datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
7    mandir=$(mandir) manext=$(manext) man1dir=$(man1dir) \
8 +  sysconfdir=$(sysconfdir) localstatedir=$(localstatedir) \
9 +  libexecdir=$(libexecdir) \
10    texmf=$(texmf) web2cdir=$(web2cdir) vartexfonts=$(vartexfonts)\
11    texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) mpinputdir=$(mpinputdir)\
12    fontdir=$(fontdir) fmtdir=$(fmtdir) basedir=$(basedir) memdir=$(memdir) \
13 diff -up texlive/texk/make/paths.mk.more_paths texlive/texk/make/paths.mk
14 --- texlive/texk/make/paths.mk.more_paths       2007-08-19 07:39:12.000000000 +0200
15 +++ texlive/texk/make/paths.mk  2007-08-19 08:54:35.000000000 +0200
16 @@ -35,6 +35,18 @@ manext = 1
17  mandir = @mandir@
18  man1dir = $(mandir)/man$(manext)
19  
20 +# modifiable single-machine data.
21 +
22 +localstatedir = @localstatedir@
23 +
24 +# read-only single-machine data (configuration).
25 +
26 +sysconfdir = @sysconfdir@
27 +
28 +# executables that other programs run.
29 +
30 +libexecdir = @libexecdir@
31 +
32  # TeX system-specific directories. Not all of the following are relevant
33  # for all programs, but it seems cleaner to collect everything in one place.
34  
This page took 0.578107 seconds and 3 git commands to generate.