From 1a6ba78c90610b3768a2eaf4594a8caa06e7772d Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Tue, 10 Feb 2015 22:55:51 +0100 Subject: Run coqdoc on the .v files from the plugins directory. (Fix for bug #2195) --- Makefile.doc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.doc') diff --git a/Makefile.doc b/Makefile.doc index bc6ae020b..33dd60dba 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -53,7 +53,7 @@ ifdef QUICK %.v.tex: %.tex $(COQTEX) $(COQTEXOPTS) $< else -%.v.tex: %.tex $(COQTEX) $(COQTOPEXE) $(PLUGINSVO) $(THEORIESVO) +%.v.tex: %.tex $(COQTEX) $(COQTOPEXE) $(ALLVO) $(COQTEX) $(COQTEXOPTS) $< endif @@ -202,12 +202,12 @@ doc/faq/html/index.html: doc/faq/FAQ.v.html ifdef QUICK doc/stdlib/html/genindex.html: else -doc/stdlib/html/genindex.html: | $(COQDOC) $(THEORIESVO) +doc/stdlib/html/genindex.html: | $(COQDOC) $(ALLVO) endif - rm -rf doc/stdlib/html $(MKDIR) doc/stdlib/html $(COQDOC) -q -d doc/stdlib/html --with-header doc/common/styles/html/$(HTMLSTYLE)/header.html --with-footer doc/common/styles/html/$(HTMLSTYLE)/footer.html --multi-index --html -g \ - -R theories Coq $(THEORIESVO:.vo=.v) + -R theories Coq -R plugins Coq $(VFILES) mv doc/stdlib/html/index.html doc/stdlib/html/genindex.html doc/stdlib/index-list.html: doc/stdlib/index-list.html.template doc/stdlib/make-library-index @@ -246,12 +246,12 @@ doc/stdlib/FullLibrary.tex: doc/stdlib/Library.tex ifdef QUICK doc/stdlib/FullLibrary.coqdoc.tex: $(COQDOC) -q -boot --gallina --body-only --latex --stdout --utf8 \ - -R theories Coq $(THEORIESVO:.vo=.v) > $@ + -R theories Coq -R plugins Coq $(VFILES) > $@ sed -i.tmp -e 's///g' $@ && rm $@.tmp else -doc/stdlib/FullLibrary.coqdoc.tex: $(COQDOC) $(THEORIESVO) +doc/stdlib/FullLibrary.coqdoc.tex: $(COQDOC) $(ALLVO) $(COQDOC) -q -boot --gallina --body-only --latex --stdout --utf8 \ - -R theories Coq $(THEORIESVO:.vo=.v) > $@ + -R theories Coq -R plugins Coq $(VFILES) > $@ sed -i.tmp -e 's///g' $@ && rm $@.tmp endif -- cgit v1.2.3