diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-09-02 09:14:54 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-09-02 09:14:54 +0200 |
commit | 88e41212a021dc51e306e23c2b69926c54aa696e (patch) | |
tree | 91a5dfa9a969ab1cbc3c0cd83a684fe47fb8d41c /Makefile | |
parent | 312579a658b4570bd003e00c1d19e649a8177f28 (diff) | |
download | ekdosis-88e41212a021dc51e306e23c2b69926c54aa696e.tar.gz |
new command \addentries for modifying the number of accepted entries on the current page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | NAME = ekdosis | 1 | NAME = ekdosis |
2 | SHELL = bash | 2 | SHELL = bash |
3 | CMP = lualatex | 3 | CMP = lualatex-dev |
4 | PWD = $(shell pwd) | 4 | PWD = $(shell pwd) |
5 | VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') | 5 | VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') |
6 | LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) | 6 | LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) |