From 01d0809f81a7cf1f21d2774e447174959b9373cf Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 14 Mar 2016 15:50:45 +0100 Subject: some corrections in the tables as |BaN|; still writing the documentation --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index f910a70..4590e8a 100644 --- a/makefile +++ b/makefile @@ -6,6 +6,7 @@ sty: clean doc: clean sty lualatex $(pkg).dtx biber arabluatex + lualatex $(pkg).dtx makeindex -s gind.ist -o $(pkg).ind $(pkg).idx makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo lualatex $(pkg).dtx @@ -26,8 +27,7 @@ package: clean all mkdir -p source/lualatex/arabluatex/ cp *.lua *.ins *.dtx *.bib source/lualatex/arabluatex/ zip -r arabluatex.tds.zip tex doc source - mv arabluatex.tds.zip arabluatex - tar czf arabluatex.tar.gz arabluatex + tar czf arabluatex.tar.gz arabluatex.tds.zip arabluatex/ clean: rm -rf tex/ doc/ source/ -- cgit v1.2.3