aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-08-27 18:47:03 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-08-27 18:47:03 +0200
commitf56c61b70af2ad5bcdb3dca418d6a3ad6cd47d3a (patch)
treea5d9216a1f4c2090cf8eb903e7411942c07be160 /Makefile
parentf11c5a44e78ad2706fe77886e19b1e55877d4ef6 (diff)
downloadekdosis-f56c61b70af2ad5bcdb3dca418d6a3ad6cd47d3a.tar.gz
improved get_attr_value() to leave aside attributes enclosed within braces
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39a1aaf..64ab76a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1NAME = ekdosis 1NAME = ekdosis
2SHELL = bash 2SHELL = bash
3CMP = lualatex-dev 3CMP = lualatex
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)