summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eledmac/examples/makefile
blob: e8b74f92797c286b20829a94c74d169e6e2cbd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.SUFFIXES: .tex

SRC= $(wildcard *.tex)
OBJ= $(SRC:.tex=.pdf)

all:$(OBJ)


%.pdf: %.tex
	latexmk $<

lualatex-parallel-rtl.pdf: lualatex-parallel-rtl.tex
	lualatex $<

clean:
	@$(RM) *pdf *toc *.1* *.2* *.3* *.eledsec* *.log *.fdb_latexmk *.aux *.end *.ilg *.ind *.idx *.out *.synctex.gz *.synctex.gz\(busy\)