aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-06-16 01:17:15 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-06-16 11:10:48 +0200
commit4588ab71394187a697d9218251e6ed886f429aaf (patch)
tree6a74701f809caaa26592a4e0adfa3bfdcc1cf632 /makefile
parent8c4cfb2b61dde8b30b33bbc4dba5a3267edd36b5 (diff)
downloadarabluatex-4588ab71394187a697d9218251e6ed886f429aaf.tar.gz
use H to encode the tāʾ marbūtah devoid of diacritical points
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile b/makefile
index 19012c3..900ae1d 100644
--- a/makefile
+++ b/makefile
@@ -54,6 +54,11 @@ auctex: clean
54 fi 54 fi
55 cp $(pkg)*.el $(HOMEDIR)/.emacs.d/auctex/auto 55 cp $(pkg)*.el $(HOMEDIR)/.emacs.d/auctex/auto
56 56
57zip: all
58 ln -sf . $(pkg)
59 zip -Drq $(PWD)/$(pkg)-$(ver).zip $(pkg)/{samples,README.md,$(pkg)*.{pdf,sty,lua,el}}
60 rm $(pkg)
61
57package: clean all 62package: clean all
58 mkdir -p arabluatex/samples/ 63 mkdir -p arabluatex/samples/
59 cp *.{lua,ins,dtx,md,pdf} makefile README.tex arabluatex/ # .bib is in dtx 64 cp *.{lua,ins,dtx,md,pdf} makefile README.tex arabluatex/ # .bib is in dtx
@@ -83,4 +88,4 @@ clean:
83 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 88 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md
84 pandoc -s README.tex -o about.html 89 pandoc -s README.tex -o about.html
85 90
86.PHONY: sty doc all local inst auctex package clean 91.PHONY: sty doc all local inst auctex zip package clean