diff options
Diffstat (limited to 'bitbake/doc/README')
-rw-r--r-- | bitbake/doc/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/README b/bitbake/doc/README index 62595820bd..d4f56afa37 100644 --- a/bitbake/doc/README +++ b/bitbake/doc/README | |||
@@ -8,12 +8,12 @@ Manual Organization | |||
8 | 8 | ||
9 | Folders exist for individual manuals as follows: | 9 | Folders exist for individual manuals as follows: |
10 | 10 | ||
11 | * bitbake-user-manual - The BitBake User Manual | 11 | * bitbake-user-manual --- The BitBake User Manual |
12 | 12 | ||
13 | Each folder is self-contained regarding content and figures. | 13 | Each folder is self-contained regarding content and figures. |
14 | 14 | ||
15 | If you want to find HTML versions of the BitBake manuals on the web, | 15 | If you want to find HTML versions of the BitBake manuals on the web, |
16 | go to http://www.openembedded.org/wiki/Documentation. | 16 | go to https://www.openembedded.org/wiki/Documentation. |
17 | 17 | ||
18 | Sphinx | 18 | Sphinx |
19 | ====== | 19 | ====== |
@@ -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 |