diff options
| -rw-r--r-- | documentation/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 5e0eb0052e..c95725ef24 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | # Examples: | 48 | # Examples: |
| 49 | # | 49 | # |
| 50 | # make DOC=bsp-guide | 50 | # make DOC=bsp-guide |
| 51 | # make html DOC=yocto-project-qs | 51 | # make html DOC=brief-yoctoprojectqs |
| 52 | # make pdf DOC=ref-manual | 52 | # make pdf DOC=ref-manual |
| 53 | # make DOC=dev-manual BRANCH=edison | 53 | # make DOC=dev-manual BRANCH=edison |
| 54 | # make DOC=mega-manual BRANCH=denzil | 54 | # make DOC=mega-manual BRANCH=denzil |
| @@ -56,7 +56,7 @@ | |||
| 56 | # The first example generates the HTML and Eclipse help versions of the BSP Guide. | 56 | # The first example generates the HTML and Eclipse help versions of the BSP Guide. |
| 57 | # The second example generates the HTML version only of the Quick Start. Note | 57 | # The second example generates the HTML version only of the Quick Start. Note |
| 58 | # that the Quick Start only has an HTML version available. So, the | 58 | # that the Quick Start only has an HTML version available. So, the |
| 59 | # 'make DOC=yocto-project-qs' command would be equivalent. The third example | 59 | # 'make DOC=brief-yoctoprojectqs' 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 Tasks Manual. The last example | 62 | # the Eclipse help version of the YP Development Tasks Manual. The last example |
| @@ -372,9 +372,9 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl | |||
| 372 | all: $(ALLPREQ) | 372 | all: $(ALLPREQ) |
| 373 | 373 | ||
| 374 | pdf: | 374 | pdf: |
| 375 | ifeq ($(DOC),yocto-project-qs brief-yoctoprojectqs) | 375 | ifeq ($(DOC),brief-yoctoprojectqs) |
| 376 | @echo " " | 376 | @echo " " |
| 377 | @echo "ERROR: You cannot generate yocto-project-qs or brief-yoctoprojectqs PDF files." | 377 | @echo "ERROR: You cannot generate a PDF file for brief-yoctoprojectqs." |
| 378 | @echo " " | 378 | @echo " " |
| 379 | 379 | ||
| 380 | else ifeq ($(DOC),mega-manual) | 380 | else ifeq ($(DOC),mega-manual) |
| @@ -418,7 +418,7 @@ eclipse: eclipse-generate eclipse-resolve-links | |||
| 418 | .PHONY : eclipse-generate eclipse-resolve-links | 418 | .PHONY : eclipse-generate eclipse-resolve-links |
| 419 | 419 | ||
| 420 | eclipse-generate: | 420 | eclipse-generate: |
| 421 | ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) | 421 | ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual brief-yoctoprojectqs),) |
| 422 | @echo " " | 422 | @echo " " |
| 423 | @echo "ERROR: You can only create eclipse documentation" | 423 | @echo "ERROR: You can only create eclipse documentation" |
| 424 | @echo " of the following documentation parts:" | 424 | @echo " of the following documentation parts:" |
| @@ -429,7 +429,7 @@ ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-de | |||
| 429 | @echo " - kernel-dev" | 429 | @echo " - kernel-dev" |
| 430 | @echo " - profile-manual" | 430 | @echo " - profile-manual" |
| 431 | @echo " - ref-manual" | 431 | @echo " - ref-manual" |
| 432 | @echo " - yocto-project-qs" | 432 | @echo " - brief-yoctoprojectqs" |
| 433 | @echo " " | 433 | @echo " " |
| 434 | else | 434 | else |
| 435 | @echo " " | 435 | @echo " " |
