diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-11-08 11:15:33 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-11-08 11:15:33 +0100 |
commit | cfa490f2f0ec6ffd35af24a948e7c1c304928083 (patch) | |
tree | 53eb3e37ee119920e08ce6031f6aa44c502178f9 /makefile | |
parent | f25eea6af4f41ef7529e1488d2c2e6777f1dca7a (diff) | |
download | arabluatex-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-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver := $(shell ltxfileinfo -v $(pkg).dtx|sed -e 's/^v//') | |||
3 | TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME') | 3 | TEXMFDIR := $(shell kpsewhich -expand-var='$$TEXMFHOME') |
4 | HOMEDIR := $$HOME | 4 | HOMEDIR := $$HOME |
5 | CMP = lualatex-dev | 5 | CMP = lualatex-dev |
6 | SHELL = bash | ||
6 | 7 | ||
7 | sty: clean | 8 | sty: clean |
8 | $(CMP) $(pkg).ins | 9 | $(CMP) $(pkg).ins |