diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 17:38:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-21 23:03:18 +0100 |
commit | 392de9d5685e17aed868eb5659032103748825f4 (patch) | |
tree | df0ea22b9719dbddb374aeb185ec9760eccd74bb /bitbake/doc/Makefile | |
parent | 982aa36251a4a855102575b8a590929787c645fd (diff) | |
download | poky-392de9d5685e17aed868eb5659032103748825f4.tar.gz |
bitbake: doc: Rename user-manual -> bitbake-user-manual
This manual gets combined with other manuals and in that context, it helps
a lot if its seen as the Bitbake User Manual. Renames are a pain but
this is worthwhile so that other docs can correctly be combined with this
one. This also clarifies things like google search results which is helpful.
(Bitbake rev: 452a62ae0c2793e281d6769fd3e45500a74898d6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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) |