aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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