diff options
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index f4b0c7ef6c..47a102fd91 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,11 @@ # Makefile for doc/ -all: minicoq.dvi +all: newsyntax.dvi minicoq.dvi + +newsyntax.dvi: newsyntax.tex + latex $< + latex $< coq.dvi: coq.tex latex coq |
