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

Unified Diff: doc/generate_asciidoc.sh

Issue 1018023002: Allow man pages to link to each other (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@doc_script
Patch Set: Rebase Created 5 years, 9 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 | « doc/asciidoc.conf ('k') | handler/mac/crashpad_handler.ad » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/generate_asciidoc.sh
diff --git a/doc/generate_asciidoc.sh b/doc/generate_asciidoc.sh
index 55113b654bcc9f7327dd092084cfe4414e229510..f19bbb470d2372b5424172121a9f59f0404f9ee1 100755
--- a/doc/generate_asciidoc.sh
+++ b/doc/generate_asciidoc.sh
@@ -88,6 +88,7 @@ for input in \
--attribute manversion="${version}" \
--attribute manmanual="Crashpad Manual" \
--attribute revdate="${git_date}" \
+ --asciidoc-opts=--conf-file=doc/asciidoc.conf \
--doctype manpage \
--format manpage \
--destination-dir "${output_dir}/man" \
« no previous file with comments | « doc/asciidoc.conf ('k') | handler/mac/crashpad_handler.ad » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698