Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2b464589 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Remove the postprocessing of the .css file.

parent 2d379fb2
No related branches found
No related tags found
No related merge requests found
......@@ -102,18 +102,18 @@ publish:
# Publish an opam description.
@ opam publish -v $(DATE) $(THIS_SPACES) $(ARCHIVE)
# ------------------------------------------------------------------------------
# Documentation.
DOCDIR = _build/default/_doc/_html
DOC = $(DOCDIR)/index.html
CSS = $(DOCDIR)/odoc.css
# ------------------------------------------------------------------------------
.PHONY: doc
doc:
@ rm -rf _build/default/_doc
@ dune clean
@ dune build @doc
@ sed -i.bak 's/font-weight: 500;/font-weight: bold;/' $(CSS) && rm -f $(CSS).bak
@ echo "You can view the documentation by typing 'make view'".
.PHONY: view
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment