Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Jan 17, 2024
1 parent b9c90fc commit 6790d2f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
EXTRA_DIR:= doc-config
COQDOCFLAGS:= \
--toc --toc-depth 2 --html --interpolate \
-d docs \
--index indexpage --no-lib-name --parse-comments \
--with-header $(EXTRA_DIR)/header.html --with-footer $(EXTRA_DIR)/footer.html
export COQDOCFLAGS
Expand All @@ -12,10 +13,10 @@ makefile.coq:
coq_makefile -f _CoqProject -o $@

doc: makefile.coq
rm -fr html
rm -fr html docs/*
COQDOCEXTRAFLAGS='--external $(PUBLIC_URL)'
@$(MAKE) -f makefile.coq html
cp $(EXTRA_DIR)/resources/* html
cp $(EXTRA_DIR)/resources/* html/* docs

-include makefile.coq

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6790d2f

Please sign in to comment.