Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: docs/src/make_docs.sh

Issue 234733003: Improvements and bugfixes to the depot_tools doc generation process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/src/git-squash-branch.demo.1.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/src/make_docs.sh
diff --git a/docs/src/make_docs.sh b/docs/src/make_docs.sh
index 2a59b5d5431c941efea3096a1b4097506aa578f3..d011a61229230fda628d4995a324e15982736dff 100755
--- a/docs/src/make_docs.sh
+++ b/docs/src/make_docs.sh
@@ -41,6 +41,8 @@ then
fi
echo Asciidoc up to date at $ASCIIDOC_HASH \($BRANCH\)
+export PATH=`pwd`/asciidoc:$PATH
+
# We pull ansi2hash to convert demo script output
BRANCH=1.0.6
ANSI2HTML_HASH=6282ab7a24a5a7eab2e0b23bb0055234c533a6e9
« no previous file with comments | « docs/src/git-squash-branch.demo.1.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698