[alias]
- git bmap = map-branches
+ bmap = map-branches
diff --git a/man/README.txt b/man/README.txt new file mode 100644 index 000000000..2e8d5441d --- /dev/null +++ b/man/README.txt @@ -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. diff --git a/man/html/git-map-branches.html b/man/html/git-map-branches.html index 0f2fb77cc..28b2bf3ca 100644 --- a/man/html/git-map-branches.html +++ b/man/html/git-map-branches.html @@ -876,7 +876,7 @@ file.
[alias]
- git bmap = map-branches
+ bmap = map-branches