We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1838e commit f5ee077Copy full SHA for f5ee077
mk/docs.mk
@@ -19,8 +19,8 @@ HTML_DEPS :=
19
20
BASE_DOC_OPTS := --from=markdown --standalone --toc --number-sections
21
HTML_OPTS = $(BASE_DOC_OPTS) --to=html5 --section-divs --css=rust.css \
22
- --include-before-body=doc/version_info.html \
23
- --include-in-header=doc/favicon.inc
+ --include-before-body=doc/version_info.html \
+ --include-in-header=doc/favicon.inc
24
TEX_OPTS = $(BASE_DOC_OPTS) --to=latex
25
EPUB_OPTS = $(BASE_DOC_OPTS) --to=epub
26
0 commit comments