aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-11-08 11:15:33 +0100
committerRobert Alessi <alessi@robertalessi.net>2020-11-08 11:15:33 +0100
commitcfa490f2f0ec6ffd35af24a948e7c1c304928083 (patch)
tree53eb3e37ee119920e08ce6031f6aa44c502178f9 /makefile
parentf25eea6af4f41ef7529e1488d2c2e6777f1dca7a (diff)
downloadarabluatex-cfa490f2f0ec6ffd35af24a948e7c1c304928083.tar.gz
use geometry in the documentation. minted needs a temporary patch because of a bug in the current luatex hyphenation mechanism
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 4ceb067..d6a1e7d 100644
--- a/makefile
+++ b/makefile
@@ -3,6 +3,7 @@ ver := $(shell ltxfileinfo -v $(pkg).dtx|sed -e 's/^v//')
3TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME') 3TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME')
4HOMEDIR := $$HOME 4HOMEDIR := $$HOME
5CMP = lualatex-dev 5CMP = lualatex-dev
6SHELL = bash
6 7
7sty: clean 8sty: clean
8 $(CMP) $(pkg).ins 9 $(CMP) $(pkg).ins