aboutsummaryrefslogtreecommitdiff
path: root/doc/figs/Makefile
blob: 80cdbdcf000f40f7c3314733a99c466edd5871dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FIG=riscvspecdeps

all: $(FIG).svg

$(FIG).pdf: $(FIG).tex
	pdflatex $<

$(FIG).svg: $(FIG).pdf $(FIG).tex
	dvisvgm -Z 1.5 --pdf $<

clean:
	rm $(FIG).pdf $(FIG).aux $(FIG).log