diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-01-28 19:04:23 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-01-28 19:04:23 +0100 |
commit | 0ef6d4101971d6f0e7508c56451645c95b80cf1d (patch) | |
tree | 610dbeaf6660e6350e02d2dbf4f1b00c2df554bb /makefile | |
parent | 5ee310e4a8a29148dabde6172f5a333de8c90f6a (diff) | |
download | arabluatex-0ef6d4101971d6f0e7508c56451645c95b80cf1d.tar.gz |
makefile: use typeoutfileinfo instead of ltxfileinfo
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ | |||
1 | pkg := arabluatex | 1 | pkg := arabluatex |
2 | VERS := $(shell ltxfileinfo -v $(pkg).dtx|sed -e 's/^v//') | 2 | #VERS := $(shell ltxfileinfo -v $(pkg).dtx|sed -e 's/^v//') |
3 | VERS := $(shell typeoutfileinfo $(pkg).dtx | egrep -o '\+.*$$' | awk '{ print $$6 }' | sed -e 's/^v//') | ||
3 | TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME') | 4 | TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME') |
4 | HOMEDIR := $$HOME | 5 | HOMEDIR := $$HOME |
5 | CMP = lualatex-dev | 6 | CMP = lualatex-dev |