From 4588ab71394187a697d9218251e6ed886f429aaf Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 16 Jun 2022 01:17:15 +0200 Subject: =?UTF-8?q?use=20H=20to=20encode=20the=20t=C4=81=CA=BE=20marb?= =?UTF-8?q?=C5=ABtah=20devoid=20of=20diacritical=20points?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 19012c3..900ae1d 100644 --- a/makefile +++ b/makefile @@ -54,6 +54,11 @@ auctex: clean fi cp $(pkg)*.el $(HOMEDIR)/.emacs.d/auctex/auto +zip: all + ln -sf . $(pkg) + zip -Drq $(PWD)/$(pkg)-$(ver).zip $(pkg)/{samples,README.md,$(pkg)*.{pdf,sty,lua,el}} + rm $(pkg) + package: clean all mkdir -p arabluatex/samples/ cp *.{lua,ins,dtx,md,pdf} makefile README.tex arabluatex/ # .bib is in dtx @@ -83,4 +88,4 @@ clean: pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md pandoc -s README.tex -o about.html -.PHONY: sty doc all local inst auctex package clean +.PHONY: sty doc all local inst auctex zip package clean -- cgit v1.2.3