about summary refs log tree commit diff
path: root/mk/docs.mk
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-02-08 00:38:00 -0800
committerBrian Anderson <banderson@mozilla.com>2014-02-08 00:38:00 -0800
commit30dcc8285bf64e50e7b1b51b351465d99fb5c8a7 (patch)
tree335e494f60e7cff96e6dbe642b7f348a07d65ffb /mk/docs.mk
parent6aad3bf944da209d1852c51144ba584de400a10c (diff)
downloadrust-30dcc8285bf64e50e7b1b51b351465d99fb5c8a7.tar.gz
rust-30dcc8285bf64e50e7b1b51b351465d99fb5c8a7.zip
doc: Modernize FAQs just slightly
Diffstat (limited to 'mk/docs.mk')
-rw-r--r--mk/docs.mk6
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: $@)