diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 13:23:39 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 13:23:39 +0100 |
commit | 3a82aa62d66be113ef4d5f13e9723d70943b02e3 (patch) | |
tree | 6ebf8a4dd99ba62678e2ad65ea7ce0b631b76613 | |
parent | e343508964be6518698e3b9ed211b487d985bd92 (diff) | |
download | luaotfload-3a82aa62d66be113ef4d5f13e9723d70943b02e3.tar.gz |
[tool] remove obsolete source documentation
-rwxr-xr-x | luaotfload-tool.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 32086e1..5b7e0a2 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -88,21 +88,6 @@ end require(loader_path) ---[[doc-- -Depending on how the script is called we change its behavior. -For backwards compatibility, moving or symlinking the script to a -file name starting with \fileent{mkluatexfontdb} will cause it to -trigger a database update on every run. -Running as \fileent{luaotfload-tool} -- the new name -- will do this upon -request only. - -There are two naming conventions followed here: firstly that of -utilities such as \fileent{mktexpk}, \fileent{mktexlsr} and the likes, -and secondly that of \fileent{fmtutil}. -After support for querying the database was added, the latter appeared -to be the more appropriate. ---doc]]-- - config = config or { } local config = config local luaotfloadconfig = config.luaotfload or { } |