summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/minted/Makefile
blob: 0b7ea2394259b0d1697abc25a9ac81a09a2e243a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: all doc sty

all: sty doc

sty:
	echo y | tex minted.ins

doc:
	pdflatex -shell-escape minted.dtx

clean:
	@$(RM) *.aux *.log *.out *.toc