summaryrefslogtreecommitdiff
path: root/update-luatex-font-database.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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!