diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index abd0093367..5c53607472 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -8,7 +8,7 @@ | |||
8 | # system. These manuals also include an "eclipse" sub-directory as part of | 8 | # system. These manuals also include an "eclipse" sub-directory as part of |
9 | # the make process. | 9 | # the make process. |
10 | # | 10 | # |
11 | # Note that the figures for the Yocto Project Development Manual | 11 | # Note that the figures for the Yocto Project Development Tasks Manual |
12 | # differ depending on the BRANCH being built. | 12 | # differ depending on the BRANCH being built. |
13 | # | 13 | # |
14 | # The Makefile has these targets: | 14 | # The Makefile has these targets: |
@@ -42,7 +42,7 @@ | |||
42 | # To build a manual, you must invoke Makefile with the DOC argument. If you | 42 | # To build a manual, you must invoke Makefile with the DOC argument. If you |
43 | # are going to publish the manual, then you must invoke Makefile with both the | 43 | # are going to publish the manual, then you must invoke Makefile with both the |
44 | # DOC and the VER argument. Furthermore, if you are building or publishing | 44 | # DOC and the VER argument. Furthermore, if you are building or publishing |
45 | # the edison or denzil versions of the Yocto Project Development Manual or | 45 | # the edison or denzil versions of the Yocto Project Development Tasks Manual or |
46 | # the mega-manual, you must also use the BRANCH argument. | 46 | # the mega-manual, you must also use the BRANCH argument. |
47 | # | 47 | # |
48 | # Examples: | 48 | # Examples: |
@@ -59,7 +59,7 @@ | |||
59 | # 'make DOC=yocto-project-qs' command would be equivalent. The third example | 59 | # 'make DOC=yocto-project-qs' command would be equivalent. The third example |
60 | # generates just the PDF version of the Yocto Project Reference Manual. | 60 | # generates just the PDF version of the Yocto Project Reference Manual. |
61 | # The fourth example generates the HTML 'edison' version and (if available) | 61 | # The fourth example generates the HTML 'edison' version and (if available) |
62 | # the Eclipse help version of the YP Development Manual. The last example | 62 | # the Eclipse help version of the YP Development Tasks Manual. The last example |
63 | # generates the HTML version of the mega-manual and uses the 'denzil' | 63 | # generates the HTML version of the mega-manual and uses the 'denzil' |
64 | # branch when choosing figures for the tarball of figures. Any example that does | 64 | # branch when choosing figures for the tarball of figures. Any example that does |
65 | # not use the BRANCH argument builds the current version of the manual set. | 65 | # not use the BRANCH argument builds the current version of the manual set. |
@@ -79,9 +79,9 @@ | |||
79 | # The first example publishes the 1.7 version of both the PDF and HTML versions of | 79 | # The first example publishes the 1.7 version of both the PDF and HTML versions of |
80 | # the BSP Guide. The second example publishes the 1.6 version of both the PDF and | 80 | # the BSP Guide. The second example publishes the 1.6 version of both the PDF and |
81 | # HTML versions of the ADT Manual. The third example publishes the 1.1.1 version of | 81 | # HTML versions of the ADT Manual. The third example publishes the 1.1.1 version of |
82 | # the PDF and HTML YP Development Manual for the 'edison' branch. The fourth example | 82 | # the PDF and HTML YP Development Tasks Manual for the 'edison' branch. The fourth |
83 | # publishes the 1.2 version of the PDF and HTML YP Development Manual for the | 83 | # example publishes the 1.2 version of the PDF and HTML YP Development Tasks Manual |
84 | # 'denzil' branch. | 84 | # for the 'denzil' branch. |
85 | # | 85 | # |
86 | 86 | ||
87 | ifeq ($(DOC),bsp-guide) | 87 | ifeq ($(DOC),bsp-guide) |