Skip to content

Commit be5d936

Browse files
committed
Edit README
Remove -bibtex (unused)
1 parent 235ffbe commit be5d936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The documentation can be built using `make build clean` or manually using `luala
1616
# Using the original TEXMFHOME and the project directory
1717
CNF_LINE="TEXMFHOME={$(pwd),$(kpsewhich --var-value TEXMFHOME)}"
1818
cd doc
19-
lualatex --lua=gitinfo-lua-init.lua -bibtex -cnf-line $CNF_LINE gitinfo-lua
19+
lualatex --lua=gitinfo-lua-init.lua --cnf-line $CNF_LINE gitinfo-lua
2020
makeindex -s gind.ist gitinfo-lua.idx
21-
lualatex --lua=gitinfo-lua-init.lua -bibtex -cnf-line $CNF_LINE gitinfo-lua
21+
lualatex --lua=gitinfo-lua-init.lua --cnf-line $CNF_LINE gitinfo-lua
2222
```
2323
To do the same as the Lua initialization script, commandline option `--shell-restricted` should be passed and `git` should be added to `shell_escape_commands` in your `texmf.cnf`.
2424
The `texmf.cnf` file to edit can be found with `kpsewhich texmf.cnf`.

0 commit comments

Comments
 (0)