diff options
Diffstat (limited to 'Makefile.doc')
| -rw-r--r-- | Makefile.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.doc b/Makefile.doc index 03fbb88758..d08325ece7 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -47,7 +47,7 @@ rectutorial:\ ### Implicit rules ###################################################################### -%.v.tex: %.tex +%.v.tex: %.tex $(COQTEX) $(COQTOP) states (cd `dirname $<`; $(COQSRC)/$(COQTEX) $(COQTEXOPTS) `basename $<`) %.ps: %.dvi @@ -74,7 +74,7 @@ doc/common/version.tex: config/Makefile # The second LATEX compilation is necessary otherwise the pages of the index # are not correct (don't know why...) - BB -doc/refman/Reference-Manual.dvi: $(DOCCOMMON) $(REFMANFILES) +doc/refman/Reference-Manual.dvi: $(DOCCOMMON) $(REFMANFILES) doc/refman/Reference-Manual.tex (cd doc/refman;\ $(LATEX) Reference-Manual;\ $(BIBTEX) Reference-Manual;\ |
