summaryrefslogtreecommitdiff
path: root/update-luatex-font-database.lua
Commit message (Collapse)AuthorAgeFilesLines
* A, useless, rewriteKhaled Hosny2010-03-011-13/+57
| | | | | | Rewrite the database script to be a more or less a luaotfload module (so it can be invoked, say, by fontspec) and actual file writing to the update script. Not finished yet.
* Implement a --force optionKhaled Hosny2010-02-261-2/+7
|
* making the end of the path (after TEXMFVAR) a variableeroux2010-02-261-2/+2
| | | | as it will change soon...
* Adding a swith on arg[0]eroux2010-02-261-0/+3
|
* Executing fc-cache if necessary (to be tested further)eroux2010-02-261-7/+35
|
* Port to "alt_getopt"Khaled Hosny2010-02-261-58/+52
| | | | | | | | | Now the options are handled the standard getopt_long way, with a hack to support multiple -v's, and --verbose now takes a required level argument. Also, we now use require() which already have built-in error checking (if it doesn't work on some system, then this is a bug to report).
* First commit of the update-luatex-font-database scriptElie Roux2010-02-251-0/+103
I think it's quite OK as it is now... all comments are welcome!