doc/support/generate.sh: Remove extra copy of doc/index.html

BUG=crashpad:67
R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/1390353004 .
This commit is contained in:
Mark Mentovai 2015-10-08 15:16:33 -04:00
parent 3e5e5b570a
commit 25571f864e

View File

@ -45,6 +45,7 @@ done
# doc.
${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"
# Create man/index.html
cd "${output_dir}/man"