diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..4ac419c2 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,11 @@ + +all: rust.pdf rust.html + +%.pdf: %.texi + texi2pdf $< + +%.html: %.texi + makeinfo --html --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
\ No newline at end of file |