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
Alexander Cooper 5c7e9a0782 Update depot_tools documentation for squash-closed
Fixed: 395115987
Change-Id: Ia6d27144e9cc0e8156affbafc7c481cfe048813a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6287829
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Auto-Submit: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
7 days ago
..
html Update depot_tools documentation for squash-closed 7 days ago
man1 Update depot_tools documentation for squash-closed 7 days ago
man7 Update depot_tools documentation for squash-closed 7 days ago
src Update depot_tools documentation for squash-closed 7 days ago
README.txt [docs] Update readme with instructions for auto deployment 1 week ago
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

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