Skip to content

Commit

Permalink
Edit README
Browse files Browse the repository at this point in the history
Remove -bibtex (unused)
  • Loading branch information
MacLotsen committed Apr 7, 2024
1 parent 235ffbe commit be5d936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The documentation can be built using `make build clean` or manually using `luala
# Using the original TEXMFHOME and the project directory
CNF_LINE="TEXMFHOME={$(pwd),$(kpsewhich --var-value TEXMFHOME)}"
cd doc
lualatex --lua=gitinfo-lua-init.lua -bibtex -cnf-line $CNF_LINE gitinfo-lua
lualatex --lua=gitinfo-lua-init.lua --cnf-line $CNF_LINE gitinfo-lua
makeindex -s gind.ist gitinfo-lua.idx
lualatex --lua=gitinfo-lua-init.lua -bibtex -cnf-line $CNF_LINE gitinfo-lua
lualatex --lua=gitinfo-lua-init.lua --cnf-line $CNF_LINE gitinfo-lua
```
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`.
The `texmf.cnf` file to edit can be found with `kpsewhich texmf.cnf`.
Expand Down

0 comments on commit be5d936

Please sign in to comment.