texlive[51291] trunk: TEXINPUTS.harftex and .harflatex

commits+karl at tug.org commits+karl at tug.org
Sun Jun 2 00:17:19 CEST 2019


Revision: 51291
          http://tug.org/svn/texlive?view=revision&revision=51291
Author:   karl
Date:     2019-06-02 00:17:18 +0200 (Sun, 02 Jun 2019)
Log Message:
-----------
TEXINPUTS.harftex and .harflatex

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/texmf.cnf
    trunk/Master/texmf-dist/web2c/texmf.cnf

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2019-06-01 21:52:22 UTC (rev 51290)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2019-06-01 22:17:18 UTC (rev 51291)
@@ -1,3 +1,7 @@
+2019-06-02  Karl Berry  <karl at tug.org>
+
+	* texmf.cnf (TEXINPUTS.harf{,la}tex): new engine.
+
 2019-05-05  Karl Berry  <karl at tug.org>
 
 	* texmf.cnf: missed top 2018's.

Modified: trunk/Build/source/texk/kpathsea/texmf.cnf
===================================================================
--- trunk/Build/source/texk/kpathsea/texmf.cnf	2019-06-01 21:52:22 UTC (rev 51290)
+++ trunk/Build/source/texk/kpathsea/texmf.cnf	2019-06-01 22:17:18 UTC (rev 51291)
@@ -223,6 +223,10 @@
 TEXINPUTS.luajitlatex   = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
 TEXINPUTS.dvilualatex   = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
 
+% HarfTeX.
+TEXINPUTS.harftex       = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,}//
+TEXINPUTS.harflatex     = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
+
 % XeTeX.
 TEXINPUTS.xelatex       = $TEXMFDOTDIR;$TEXMF/tex/{xelatex,latex,xetex,generic,}//
 TEXINPUTS.xeplain       = $TEXMFDOTDIR;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,}//

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2019-06-01 21:52:22 UTC (rev 51290)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2019-06-01 22:17:18 UTC (rev 51291)
@@ -223,6 +223,10 @@
 TEXINPUTS.luajitlatex   = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
 TEXINPUTS.dvilualatex   = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
 
+% HarfTeX.
+TEXINPUTS.harftex       = $TEXMFDOTDIR;$TEXMF/tex/{luatex,plain,generic,}//
+TEXINPUTS.harflatex     = $TEXMFDOTDIR;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
+
 % XeTeX.
 TEXINPUTS.xelatex       = $TEXMFDOTDIR;$TEXMF/tex/{xelatex,latex,xetex,generic,}//
 TEXINPUTS.xeplain       = $TEXMFDOTDIR;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,}//



More information about the tex-live-commits mailing list