diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-02-08 00:38:00 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-02-08 00:38:00 -0800 |
| commit | 30dcc8285bf64e50e7b1b51b351465d99fb5c8a7 (patch) | |
| tree | 335e494f60e7cff96e6dbe642b7f348a07d65ffb /mk/docs.mk | |
| parent | 6aad3bf944da209d1852c51144ba584de400a10c (diff) | |
| download | rust-30dcc8285bf64e50e7b1b51b351465d99fb5c8a7.tar.gz rust-30dcc8285bf64e50e7b1b51b351465d99fb5c8a7.zip | |
doc: Modernize FAQs just slightly
Diffstat (limited to 'mk/docs.mk')
| -rw-r--r-- | mk/docs.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index a5577c27308..2099954dd0d 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -149,12 +149,6 @@ doc/complement-project-faq.html: $(D)/complement-project-faq.md $(HTML_DEPS) $(Q)$(CFG_NODE) $(D)/prep.js --highlight $< | \ $(CFG_PANDOC) $(HTML_OPTS) --output=$@ -DOCS += doc/complement-usage-faq.html -doc/complement-usage-faq.html: $(D)/complement-usage-faq.md $(HTML_DEPS) - @$(call E, pandoc: $@) - $(Q)$(CFG_NODE) $(D)/prep.js --highlight $< | \ - $(CFG_PANDOC) $(HTML_OPTS) --output=$@ - DOCS += doc/complement-cheatsheet.html doc/complement-cheatsheet.html: $(D)/complement-cheatsheet.md doc/full-toc.inc $(HTML_DEPS) @$(call E, pandoc: $@) |
