Merge pull request #740 from spacewander/tweak_man_readme

doc: clarify the current working directory when building the docs.
This commit is contained in:
罗泽轩 2019-01-21 10:40:07 +08:00 committed by GitHub
commit 088ea058d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ To generate documentation:
3) Run make:
(Assumed you are under `./man` when running the command below)
```
$ make -C .. man/git-<command>.{1,html}
```