summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/Makefile
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 17:38:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-21 23:03:18 +0100
commit392de9d5685e17aed868eb5659032103748825f4 (patch)
treedf0ea22b9719dbddb374aeb185ec9760eccd74bb /bitbake/doc/Makefile
parent982aa36251a4a855102575b8a590929787c645fd (diff)
downloadpoky-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/Makefile14
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
28ifeq ($(DOC),user-manual) 28ifeq ($(DOC),bitbake-user-manual)
29XSLTOPTS = --stringparam html.stylesheet user-manual-style.css \ 29XSLTOPTS = --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
34ALLPREQ = html pdf tarball 34ALLPREQ = html pdf tarball
35TARFILES = user-manual-style.css user-manual.html user-manual.pdf figures/bitbake-title.png 35TARFILES = bitbake-user-manual-style.css bitbake-user-manual.html bitbake-user-manual.pdf figures/bitbake-title.png
36MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 36MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
37FIGURES = figures 37FIGURES = figures
38STYLESHEET = $(DOC)/*.css 38STYLESHEET = $(DOC)/*.css
@@ -48,7 +48,7 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
48all: $(ALLPREQ) 48all: $(ALLPREQ)
49 49
50pdf: 50pdf:
51ifeq ($(DOC),user-manual) 51ifeq ($(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)
56endif 56endif
57 57
58html: 58html:
59ifeq ($(DOC),user-manual) 59ifeq ($(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)