diff options
Diffstat (limited to 'bitbake/doc/Makefile')
-rw-r--r-- | bitbake/doc/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bitbake/doc/Makefile b/bitbake/doc/Makefile index 6b2af67326..8e98c57eb1 100644 --- a/bitbake/doc/Makefile +++ b/bitbake/doc/Makefile | |||
@@ -18,21 +18,21 @@ | |||
18 | # | 18 | # |
19 | # Examples: | 19 | # Examples: |
20 | # | 20 | # |
21 | # make DOC=user-manual | 21 | # make DOC=bitbake-user-manual |
22 | # make pdf DOC=user-manual | 22 | # make pdf DOC=bitbake-user-manual |
23 | # | 23 | # |
24 | # The first example generates the HTML and PDF versions of the User Manual. | 24 | # The first example generates the HTML and PDF versions of the User Manual. |
25 | # The second example generates the HTML version only of the User Manual. | 25 | # The second example generates the HTML version only of the User Manual. |
26 | # | 26 | # |
27 | 27 | ||
28 | ifeq ($(DOC),user-manual) | 28 | ifeq ($(DOC),bitbake-user-manual) |
29 | XSLTOPTS = --stringparam html.stylesheet user-manual-style.css \ | 29 | XSLTOPTS = --stringparam html.stylesheet bitbake-user-manual-style.css \ |
30 | --stringparam chapter.autolabel 1 \ | 30 | --stringparam chapter.autolabel 1 \ |
31 | --stringparam section.autolabel 1 \ | 31 | --stringparam section.autolabel 1 \ |
32 | --stringparam section.label.includes.component.label 1 \ | 32 | --stringparam section.label.includes.component.label 1 \ |
33 | --xinclude | 33 | --xinclude |
34 | ALLPREQ = html pdf tarball | 34 | ALLPREQ = html pdf tarball |
35 | TARFILES = user-manual-style.css user-manual.html user-manual.pdf figures/bitbake-title.png | 35 | TARFILES = bitbake-user-manual-style.css bitbake-user-manual.html bitbake-user-manual.pdf figures/bitbake-title.png |
36 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 36 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
37 | FIGURES = figures | 37 | FIGURES = figures |
38 | STYLESHEET = $(DOC)/*.css | 38 | STYLESHEET = $(DOC)/*.css |
@@ -48,7 +48,7 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl | |||
48 | all: $(ALLPREQ) | 48 | all: $(ALLPREQ) |
49 | 49 | ||
50 | pdf: | 50 | pdf: |
51 | ifeq ($(DOC),user-manual) | 51 | ifeq ($(DOC),bitbake-user-manual) |
52 | @echo " " | 52 | @echo " " |
53 | @echo "********** Building."$(DOC) | 53 | @echo "********** Building."$(DOC) |
54 | @echo " " | 54 | @echo " " |
@@ -56,7 +56,7 @@ ifeq ($(DOC),user-manual) | |||
56 | endif | 56 | endif |
57 | 57 | ||
58 | html: | 58 | html: |
59 | ifeq ($(DOC),user-manual) | 59 | ifeq ($(DOC),bitbake-user-manual) |
60 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html | 60 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html |
61 | @echo " " | 61 | @echo " " |
62 | @echo "******** Building "$(DOC) | 62 | @echo "******** Building "$(DOC) |