blob: 919e381ec330eadd6671287b906d5bcc543937ad (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env texlua
-- texdoc.tlu: small wrapper around main.tlu
-- (makes it easier to install a new version of texdoc in TEXMFHOME)
kpse.set_program_name(arg[-1], 'texdoc')
require('texdoc.main')
|