From 615960025911491b4cef14887eb5cad9869b5d0b Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 28 Feb 2016 19:45:15 +0100 Subject: include .bib file in the doc --- makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5f7f56f..762c060 100644 --- a/makefile +++ b/makefile @@ -7,26 +7,19 @@ doc: clean sty lualatex $(pkg).dtx makeindex -s gind.ist -o $(pkg).ind $(pkg).idx makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo + biber arabluatex lualatex $(pkg).dtx lualatex $(pkg).dtx all: clean sty doc package: clean sty -# cp ~/texmf/tex/lualatex/arabluatex/$(pkg).sty \ -# ~/texmf/tex/lualatex/arabluatex/$(pkg).sty-`date +%s` -# cp ~/texmf/tex/lualatex/arabluatex/$(pkg).lua \ -# ~/texmf/tex/lualatex/arabluatex/$(pkg).lua-`date +%s` -# cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua \ -# ~/texmf/tex/lualatex/arabluatex/$(pkg)_voc.lua-`date +%s` -# cp ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua \ -# ~/texmf/tex/lualatex/arabluatex/$(pkg)_novoc.lua-`date +%s` cp $(pkg)*.{sty,lua} ~/texmf/tex/lualatex/arabluatex clean: rm -rf saved/ mkdir saved - cp *.{lua,ins,dtx} makefile saved + cp *.{lua,ins,dtx,bib} makefile saved rm *.* cp saved/* . rm -rf saved/ -- cgit v1.2.3