aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-09-02 09:14:54 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-09-02 09:14:54 +0200
commit88e41212a021dc51e306e23c2b69926c54aa696e (patch)
tree91a5dfa9a969ab1cbc3c0cd83a684fe47fb8d41c /Makefile
parent312579a658b4570bd003e00c1d19e649a8177f28 (diff)
downloadekdosis-88e41212a021dc51e306e23c2b69926c54aa696e.tar.gz
new command \addentries for modifying the number of accepted entries on the current page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd52273..694b884 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1NAME = ekdosis 1NAME = ekdosis
2SHELL = bash 2SHELL = bash
3CMP = lualatex 3CMP = lualatex-dev
4PWD = $(shell pwd) 4PWD = $(shell pwd)
5VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') 5VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//')
6LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) 6LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)