2010-06-16 16:30:45 -05:00
|
|
|
|
|
|
|
all: rust.pdf rust.html
|
|
|
|
|
|
|
|
%.pdf: %.texi
|
|
|
|
texi2pdf $<
|
|
|
|
|
|
|
|
%.html: %.texi
|
2010-06-23 23:03:09 -05:00
|
|
|
makeinfo --html --ifhtml --force --no-split --output=$@ $<
|
2010-06-16 16:30:45 -05:00
|
|
|
|
|
|
|
clean:
|
2010-06-23 23:03:09 -05:00
|
|
|
rm -f rust.aux rust.cp rust.fn rust.ky rust.log rust.pdf \
|
|
|
|
rust.html rust.pg rust.toc rust.tp rust.vr
|