summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/README')
-rw-r--r--bitbake/doc/README8
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
9Folders exist for individual manuals as follows: 9Folders 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
13Each folder is self-contained regarding content and figures. 13Each folder is self-contained regarding content and figures.
14 14
15If you want to find HTML versions of the BitBake manuals on the web, 15If you want to find HTML versions of the BitBake manuals on the web,
16go to http://www.openembedded.org/wiki/Documentation. 16go to https://www.openembedded.org/wiki/Documentation.
17 17
18Sphinx 18Sphinx
19====== 19======
@@ -47,8 +47,8 @@ To install all required packages run:
47 47
48To build the documentation locally, run: 48To build the documentation locally, run:
49 49
50 $ cd documentation 50 $ cd doc
51 $ make -f Makefile.sphinx html 51 $ make html
52 52
53The resulting HTML index page will be _build/html/index.html, and you 53The resulting HTML index page will be _build/html/index.html, and you
54can browse your own copy of the locally generated documentation with 54can browse your own copy of the locally generated documentation with