make sure that environment-variables page is built
authorJorge Israel Peña <jorge.israel.p@gmail.com>
Tue, 25 Aug 2015 19:10:58 +0000 (12:10 -0700)
committerJorge Israel Peña <jorge.israel.p@gmail.com>
Tue, 25 Aug 2015 19:13:54 +0000 (12:13 -0700)
PR 1845 seems to have forgotten to add the page to the DOCS variable in
the makefile

Makefile.in

index f6d8c99783173478d0a9df3ce4762cc5ac9f7842..0dd5c2c88a14813bb63f501de716fd60eb330dfc 100644 (file)
@@ -119,7 +119,8 @@ clean:
 
 # === Documentation
 
-DOCS := index faq config guide manifest build-script pkgid-spec crates-io
+DOCS := index faq config guide manifest build-script pkgid-spec crates-io \
+       environment-variables
 DOC_DIR := target/doc
 DOC_OPTS := --markdown-no-toc \
                --markdown-css stylesheets/normalize.css \