mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Change-Id: Ie93ec79cf1708a07d48bb37042c7fac6036d9b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6471152 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Allen Li <ayatane@chromium.org>
= 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 This is fully automated. After you submit your CL, the tutorial will be deployed within 24 hours. See [https://ci.chromium.org/ui/p/infra-internal/builders/prod/depot_tools%20zip%20uploader].