Files
chromium_depot_tools/man/README.txt
Josip Sokcevic 0a3addbf63 [docs] Update readme with instructions for auto deployment
Bug: 396679832
Change-Id: Ic471c93b6aa9da64e3e43228bf5077c3e655c294
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6276740
Auto-Submit: Josip Sokcevic <sokcevic@chromium.org>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
2025-02-18 09:44:14 -08:00

18 lines
580 B
Plaintext

= 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].