ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
diff -up texlive/texk/make/makevars.mk.more_paths texlive/texk/make/makevars.mk
4931932
--- texlive/texk/make/makevars.mk.more_paths	2007-08-19 07:38:56.000000000 +0200
4931932
+++ texlive/texk/make/makevars.mk	2007-08-19 07:45:26.000000000 +0200
4931932
@@ -5,6 +5,8 @@ makevars = prefix=$(prefix) exec_prefix=
4931932
   bindir=$(bindir) scriptdir=$(scriptdir) libdir=$(libdir) \
4931932
   datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
4931932
   mandir=$(mandir) manext=$(manext) man1dir=$(man1dir) \
4931932
+  sysconfdir=$(sysconfdir) localstatedir=$(localstatedir) \
4931932
+  libexecdir=$(libexecdir) \
4931932
   texmf=$(texmf) web2cdir=$(web2cdir) vartexfonts=$(vartexfonts)\
4931932
   texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) mpinputdir=$(mpinputdir)\
4931932
   fontdir=$(fontdir) fmtdir=$(fmtdir) basedir=$(basedir) memdir=$(memdir) \
4931932
diff -up texlive/texk/make/paths.mk.more_paths texlive/texk/make/paths.mk
4931932
--- texlive/texk/make/paths.mk.more_paths	2007-08-19 07:39:12.000000000 +0200
4931932
+++ texlive/texk/make/paths.mk	2007-08-19 08:54:35.000000000 +0200
4931932
@@ -35,6 +35,18 @@ manext = 1
4931932
 mandir = @mandir@
4931932
 man1dir = $(mandir)/man$(manext)
4931932
 
4931932
+# modifiable single-machine data.
4931932
+
4931932
+localstatedir = @localstatedir@
4931932
+
4931932
+# read-only single-machine data (configuration).
4931932
+
4931932
+sysconfdir = @sysconfdir@
4931932
+
4931932
+# executables that other programs run.
4931932
+
4931932
+libexecdir = @libexecdir@
4931932
+
4931932
 # TeX system-specific directories. Not all of the following are relevant
4931932
 # for all programs, but it seems cleaner to collect everything in one place.
4931932