diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-08-27 18:47:03 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-08-27 18:47:03 +0200 |
commit | f56c61b70af2ad5bcdb3dca418d6a3ad6cd47d3a (patch) | |
tree | a5d9216a1f4c2090cf8eb903e7411942c07be160 /Makefile | |
parent | f11c5a44e78ad2706fe77886e19b1e55877d4ef6 (diff) | |
download | ekdosis-f56c61b70af2ad5bcdb3dca418d6a3ad6cd47d3a.tar.gz |
improved get_attr_value() to leave aside attributes enclosed within braces
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-dev | 3 | CMP = lualatex |
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) |