You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/man
Gavin Mak 0696c428b0 Switch to using issues.chromium.org bug links
Bug: b/323898035
Change-Id: I2dacc7d524fb11265d7c2385259b3a918d4fb6ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5270201
Auto-Submit: Gavin Mak <gavinmak@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
1 year ago
..
html Switch to using issues.chromium.org bug links 1 year ago
man1 [depot_tools] clarify that new-branch also switch. 2 years ago
man7 [depot_tools] clarify that new-branch also switch. 2 years ago
src Switch to using issues.chromium.org bug links 1 year ago
README.txt
push_to_gs.sh

README.txt

= Man pages for Depot_tools

This document describes how to write documentation for depot_tools and how to
deploy it.

== Edit

Only edit files in src/ directories. All other directories (e.g. html, man1) are
autogenerated and should never be edited manaully.

Once you made modifications to src/ files, run  `./make_docs.sh` in src/
directory to generate html and man pages.

== Deploy

Run `./push_to_gs.sh` from this directory. If you not have access, ask someone
from chrome infra to deploy it for you.