aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 081a723b9d604a0e745396a6f194bc1bb040e9d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all: rust.pdf rust.html

%.pdf: %.texi
	texi2pdf $<

%.html: %.texi
	makeinfo --html --ifhtml --force --no-split --output=$@ $<

clean:
	rm -f rust.aux rust.cp rust.fn rust.ky rust.log rust.pdf \
          rust.html rust.pg rust.toc rust.tp rust.vr