[docs] Fix alias settings
When using alias, we no longer can't nor need to prefix command with git. This change updates all [alias] blocks and removes git from it. Change-Id: Id89142ef86935e04e21872ce61fb63a511ed40a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3244473 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com>changes/73/3244473/3
parent
f9f7b0ec89
commit
f8600e7806
@ -0,0 +1,17 @@
|
||||
= 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.
|
Loading…
Reference in New Issue