summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-12-13 12:29:23 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2014-12-13 12:29:23 +0000
commit28b1f098818a15a5ee9381e0d522d6cf457f1370 (patch)
tree33b2cbecfbfa54822e5206739960270d0c4630f2 /Build
parent782cea2743858c7266306385e712c8cf84bb7f28 (diff)
texk/kpathsea/texmf.cnf: Sync with master
git-svn-id: svn://tug.org/texlive/trunk@35813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf6
2 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 8e8bc495d17..bde213e16db 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-13 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * texmf.cnf: Sync with master which is changed by Norbert.
+
2014-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am [kpathsea.h]: Improved output for silent rules.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index f75f4651405..3951d211b9e 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -217,7 +217,11 @@ TEXINPUTS.platex = .;$TEXMF/tex/{platex,latex,generic,}//
TEXINPUTS.eptex = .;$TEXMF/tex/{ptex,plain,generic,}//
TEX.pmpost = eptex
-% (e)up(La)TeX, and for upmpost.
+% p(La)TeX-ng
+TEXINPUTS.ptex-ng = .;$TEXMF/tex/{uptex,ptex,plain,generic,}//
+TEXINPUTS.platex-ng = .;$TEXMF/tex/{uplatex,platex,latex,generic,}//
+
+% (e)up(La)TeX, and for upmpost
TEXINPUTS.uplatex = .;$TEXMF/tex/{uplatex,platex,latex,generic,}//
TEXINPUTS.uptex = .;$TEXMF/tex/{uptex,ptex,plain,generic,}//
TEXINPUTS.euptex = .;$TEXMF/tex/{uptex,ptex,plain,generic}//