aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-28 20:58:54 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-28 20:58:54 +0100
commitadc5f5015dcde68a169af273f9574f3879da7fbd (patch)
tree6c15c31298eeca5e2d0fcf258736f8dfc7ccb90d
parentf204896c7441810ad19b138315424b6252c7371c (diff)
downloadicite-adc5f5015dcde68a169af273f9574f3879da7fbd.tar.gz
makefile: use typeoutfileinfo instead of ltxfileinfo
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa09f0f..5d4d5de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
1NAME = icite 1NAME = icite
2SHELL = bash 2SHELL = bash
3PWD = $(shell pwd) 3PWD = $(shell pwd)
4VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') 4#VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//')
5VERS := $(shell typeoutfileinfo $(NAME).dtx | egrep -o '\+.*$$' | awk '{ print $$6 }' | sed -e 's/^v//')
5LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) 6LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)
6UTREE = $(shell kpsewhich --var-value TEXMFHOME) 7UTREE = $(shell kpsewhich --var-value TEXMFHOME)
7CMP = lualatex-dev 8CMP = lualatex-dev