Fix the make command

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2017-10-21 16:23:25 +08:00
parent c840757d4d
commit aa7a6ed2df
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ sig-list.md
To (re)build documentation for all the SIGs, run these commands:
```bash
make all
make
```
or
```bash
make generate
```
To build docs for one SIG, run one of these commands: