diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-09-03 10:54:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-03 10:31:11 +0100 |
commit | e25914a99ee64fb91254de62487e7406b98a1a94 (patch) | |
tree | f5f13381dad20138862751883291f6f5a258fbae /bitbake | |
parent | f94083ce08a6fe48812abb00d27c35024fe9d87c (diff) | |
download | poky-e25914a99ee64fb91254de62487e7406b98a1a94.tar.gz |
Makefile: remove from top-level directory
* https://git.openembedded.org/bitbake/commit/?id=a7c47f1eac8caac607a2b5f12d07235dff4d740f
was somehow badly imported as:
just a rename from bitbake/doc/Makefile.sphinx to Makefile:
https://git.yoctoproject.org/poky/commit/?id=1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89
The missing bitbake/doc/Makefile was later restored in:
https://git.yoctoproject.org/poky/commit/?id=415962ad94149de121a1c01215073a52bb54dc14
but the doc/README change is still missing in poky
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |