summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/doc-more/makefile
blob: 02b9cf923c10401289d0b9a47826ee6dc8494f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.SUFFIXES: .tex

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

all:$(OBJ)


%.pdf: %.tex
	latexmk $<

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