[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: added harf-define and harf-plug to filelist (f3d21d3)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Oct 29 16:29:49 CET 2019


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/f3d21d3c17b0a45d2cb442757243b37c17246594

>---------------------------------------------------------------

commit f3d21d3c17b0a45d2cb442757243b37c17246594
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Oct 29 16:29:49 2019 +0100

    added harf-define and harf-plug to filelist


>---------------------------------------------------------------

f3d21d3c17b0a45d2cb442757243b37c17246594
 src/luaotfload-filelist.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/luaotfload-filelist.lua b/src/luaotfload-filelist.lua
index cd3cf14..496fdd6 100644
--- a/src/luaotfload-filelist.lua
+++ b/src/luaotfload-filelist.lua
@@ -248,6 +248,8 @@ luaotfload.filelist.data =
     { name = "letterspace"       ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" }, 
     { name = "embolden"          ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" },
     { name = "notdef"            ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" },
+    { name = "harf-define"       ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" },
+    { name = "harf-plug"         ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" },
     { name = "loaders"           ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" }, 
     { name = "multiscript"       ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" }, 
     { name = "parsers"           ,kind = kind_library, ext =".lua", gitdir=gitdirsrc, texdir=texdirtex, gitpref = "luaotfload-" }, 





More information about the latex3-commits mailing list