projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288d458
)
make sure that environment-variables page is built
author
Jorge Israel Peña
<jorge.israel.p@gmail.com>
Tue, 25 Aug 2015 19:10:58 +0000
(12:10 -0700)
committer
Jorge 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
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index f6d8c99783173478d0a9df3ce4762cc5ac9f7842..0dd5c2c88a14813bb63f501de716fd60eb330dfc 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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 \