diff options
Diffstat (limited to 'Build/source/texk/make/paths.mk')
-rw-r--r-- | Build/source/texk/make/paths.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/make/paths.mk b/Build/source/texk/make/paths.mk index d0aee38aa68..571b6c4593c 100644 --- a/Build/source/texk/make/paths.mk +++ b/Build/source/texk/make/paths.mk @@ -36,6 +36,16 @@ manext = 1 mandir = @mandir@ man1dir = $(mandir)/man$(manext) +# modifiable single-machine data. +localstatedir = @localstatedir@ + +# read-only single-machine data (configuration). +sysconfdir = @sysconfdir@ + +# executables that other programs run. +libexecdir = @libexecdir@ + + # TeX system-specific directories. Not all of the following are relevant # for all programs, but it seems cleaner to collect everything in one place. |