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

Unified Diff: doc/support/generate.sh

Issue 1393353002: Add app engine app to mirror html docs from chromium.googlesource.com (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 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
« doc/appengine/main.go ('K') | « doc/favicon.ico ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/support/generate.sh
diff --git a/doc/support/generate.sh b/doc/support/generate.sh
index f5785c6447c72eefc41618e656bd0a2ef88e91fb..ad76295b351640eeffbb9f0427a3347012195ab5 100755
--- a/doc/support/generate.sh
+++ b/doc/support/generate.sh
@@ -47,6 +47,9 @@ ${sed_ext} -e 's%<a href="([^/]+)\.html">%<a href="doc/\1.html">%g' \
< "${output_dir}/doc/index.html" > "${output_dir}/index.html"
rm "${output_dir}/doc/index.html"
+# Ensure a favicon exists at the root since the browser will always request it.
+cp doc/favicon.ico "${output_dir}/"
+
# Create man/index.html
cd "${output_dir}/man"
cat > index.html << __EOF__
« doc/appengine/main.go ('K') | « doc/favicon.ico ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698