diff --git a/Makefile b/Makefile index fa09f0f..5d4d5de 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ NAME = icite SHELL = bash PWD = $(shell pwd) -VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') +#VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//') +VERS := $(shell typeoutfileinfo $(NAME).dtx | egrep -o '\+.*$$' | awk '{ print $$6 }' | sed -e 's/^v//') LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) UTREE = $(shell kpsewhich --var-value TEXMFHOME) CMP = lualatex-dev