diff options
Diffstat (limited to 'bitbake/doc/README')
-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 90aafea9cb..303cf8eec7 100644 --- a/bitbake/doc/README +++ b/bitbake/doc/README | |||
@@ -8,7 +8,7 @@ Manual Organization | |||
8 | 8 | ||
9 | Folders exist for individual manuals as follows: | 9 | Folders exist for individual manuals as follows: |
10 | 10 | ||
11 | * 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 | ||
@@ -28,7 +28,7 @@ For example, the following command run from the documentation directory | |||
28 | creates an HTML and a PDF version of the BitBake User Manual. | 28 | creates an HTML and a PDF version of the BitBake User Manual. |
29 | The DOC variable specifies the manual you are making: | 29 | The DOC variable specifies the manual you are making: |
30 | 30 | ||
31 | $ make DOC=user-manual | 31 | $ make DOC=bitbake-user-manual |
32 | 32 | ||
33 | template | 33 | template |
34 | ======== | 34 | ======== |