Skip to content

Commit

Permalink
fix make doc (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist authored Jun 29, 2023
1 parent da20131 commit 47cddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ doc: __always__ Makefile.coq
# cd _build_doc && grep -v vio: .Makefile.coq.d > depend
# cd _build_doc && cat depend | $(MATHCOMP)etc/buildlibgraph $(COQFILES) > htmldoc/depend.js
cd _build_doc && $(COQBIN)coqdoc -t "MathComp Analysis" \
-g --utf8 -R theories mathcomp.analysis \
-g --utf8 -R classical mathcomp.classical -R theories mathcomp.analysis \
--parse-comments \
--multi-index $(COQFILES) -d htmldoc
. $(MATHCOMP)etc/utils/builddoc_lib.sh; \
Expand Down

0 comments on commit 47cddf1

Please sign in to comment.