diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/README b/bitbake/doc/README index cdbb23776e..d4f56afa37 100644 --- a/bitbake/doc/README +++ b/bitbake/doc/README | |||
@@ -47,8 +47,8 @@ To install all required packages run: | |||
47 | 47 | ||
48 | To build the documentation locally, run: | 48 | To build the documentation locally, run: |
49 | 49 | ||
50 | $ cd documentation | 50 | $ cd doc |
51 | $ make -f Makefile.sphinx html | 51 | $ make html |
52 | 52 | ||
53 | The resulting HTML index page will be _build/html/index.html, and you | 53 | The resulting HTML index page will be _build/html/index.html, and you |
54 | can browse your own copy of the locally generated documentation with | 54 | can browse your own copy of the locally generated documentation with |