diff options
| author | Peter Sewell | 2016-06-03 16:31:55 +0100 |
|---|---|---|
| committer | Peter Sewell | 2016-06-03 16:31:55 +0100 |
| commit | 426dea43d87e423371095f7a35f4df82c8ad53a3 (patch) | |
| tree | d19ea1a77c6f022a17d171e79973d3aa9e1fb60c /mips/doc/Makefile | |
| parent | a77f59965a265cfe056c4048f6d63e1fbbc54950 (diff) | |
plumbing to make a pdf version of MIPS Sail spec, using LaTeX lstlistings
Diffstat (limited to 'mips/doc/Makefile')
| -rw-r--r-- | mips/doc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mips/doc/Makefile b/mips/doc/Makefile new file mode 100644 index 00000000..0220a4cc --- /dev/null +++ b/mips/doc/Makefile @@ -0,0 +1,7 @@ +all: + cat preamble.tex ../mips_prelude.sail ../mips_wrappers.sail ../mips_insts.sail ../mips_epilogue.sail postamble.tex > mips_all.tex + pdflatex mips_all.tex + +clean: + rm -rf *~ + rm -rf mips_all.* |
