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 @@ # # Examples: # -# make DOC=user-manual -# make pdf DOC=user-manual +# make DOC=bitbake-user-manual +# make pdf DOC=bitbake-user-manual # # The first example generates the HTML and PDF versions of the User Manual. # The second example generates the HTML version only of the User Manual. # -ifeq ($(DOC),user-manual) -XSLTOPTS = --stringparam html.stylesheet user-manual-style.css \ +ifeq ($(DOC),bitbake-user-manual) +XSLTOPTS = --stringparam html.stylesheet bitbake-user-manual-style.css \ --stringparam chapter.autolabel 1 \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ --xinclude ALLPREQ = html pdf tarball -TARFILES = user-manual-style.css user-manual.html user-manual.pdf figures/bitbake-title.png +TARFILES = bitbake-user-manual-style.css bitbake-user-manual.html bitbake-user-manual.pdf figures/bitbake-title.png MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf FIGURES = figures STYLESHEET = $(DOC)/*.css @@ -48,7 +48,7 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl all: $(ALLPREQ) pdf: -ifeq ($(DOC),user-manual) +ifeq ($(DOC),bitbake-user-manual) @echo " " @echo "********** Building."$(DOC) @echo " " @@ -56,7 +56,7 @@ ifeq ($(DOC),user-manual) endif html: -ifeq ($(DOC),user-manual) +ifeq ($(DOC),bitbake-user-manual) # See http://www.sagehill.net/docbookxsl/HtmlOutput.html @echo " " @echo "******** Building "$(DOC) diff --git a/bitbake/doc/README b/bitbake/doc/README index 90aafea9cb..303cf8eec7 100644 --- a/bitbake/doc/README +++ b/bitbake/doc/README @@ -8,7 +8,7 @@ Manual Organization Folders exist for individual manuals as follows: -* user-manual - The BitBake User Manual +* bitbake-user-manual - The BitBake User Manual Each folder is self-contained regarding content and figures. @@ -28,7 +28,7 @@ For example, the following command run from the documentation directory creates an HTML and a PDF version of the BitBake User Manual. The DOC variable specifies the manual you are making: - $ make DOC=user-manual + $ make DOC=bitbake-user-manual template ======== diff --git a/bitbake/doc/user-manual/user-manual-customization.xsl b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl similarity index 100% rename from bitbake/doc/user-manual/user-manual-customization.xsl rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl diff --git a/bitbake/doc/user-manual/user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml similarity index 99% rename from bitbake/doc/user-manual/user-manual-execution.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index 1cb7fc63ce..8514f23f25 100644 --- a/bitbake/doc/user-manual/user-manual-execution.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml @@ -1,7 +1,7 @@ - + Execution @@ -24,7 +24,7 @@ For information on the BitBake command and its options, see - "The BitBake Command" + "The BitBake Command" section. diff --git a/bitbake/doc/user-manual/user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml similarity index 100% rename from bitbake/doc/user-manual/user-manual-fetching.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml diff --git a/bitbake/doc/user-manual/user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml similarity index 99% rename from bitbake/doc/user-manual/user-manual-hello.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml index 5a616e07b3..3215e49a28 100644 --- a/bitbake/doc/user-manual/user-manual-hello.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml @@ -130,7 +130,7 @@ While every attempt is made to explain what is happening, not everything can be covered. You can find further information in the - "Syntax and Operators" + "Syntax and Operators" chapter. diff --git a/bitbake/doc/user-manual/user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml similarity index 99% rename from bitbake/doc/user-manual/user-manual-intro.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index cd05fc5d07..ae267b42c8 100644 --- a/bitbake/doc/user-manual/user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -1,7 +1,7 @@ - + Overview @@ -417,7 +417,7 @@ -
+
The BitBake Command diff --git a/bitbake/doc/user-manual/user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml similarity index 99% rename from bitbake/doc/user-manual/user-manual-metadata.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index a57fe0c814..41ae3b8c0a 100644 --- a/bitbake/doc/user-manual/user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1,7 +1,7 @@ - + Syntax and Operators diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml similarity index 100% rename from bitbake/doc/user-manual/user-manual-ref-variables.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml diff --git a/bitbake/doc/user-manual/user-manual-style.css b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css similarity index 100% rename from bitbake/doc/user-manual/user-manual-style.css rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css diff --git a/bitbake/doc/user-manual/user-manual.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml similarity index 88% rename from bitbake/doc/user-manual/user-manual.xml rename to bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml index 9f94886c7f..e927c4d9e3 100644 --- a/bitbake/doc/user-manual/user-manual.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml @@ -73,16 +73,16 @@ - + - + - + - + - + - + diff --git a/bitbake/doc/user-manual/figures/bitbake-title.png b/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png similarity index 100% rename from bitbake/doc/user-manual/figures/bitbake-title.png rename to bitbake/doc/bitbake-user-manual/figures/bitbake-title.png diff --git a/bitbake/doc/user-manual/html.css b/bitbake/doc/bitbake-user-manual/html.css similarity index 100% rename from bitbake/doc/user-manual/html.css rename to bitbake/doc/bitbake-user-manual/html.css diff --git a/bitbake/doc/template/titlepage.templates.xml b/bitbake/doc/template/titlepage.templates.xml index 6906604db6..38ec11a4c3 100644 --- a/bitbake/doc/template/titlepage.templates.xml +++ b/bitbake/doc/template/titlepage.templates.xml @@ -144,7 +144,7 @@ # If you leave this block of code in then the text title in the # BitBake User Manual statement of the -# user-manual.xml file is rendered on the title page below the +# bitbake-user-manual.xml file is rendered on the title page below the # image. Commenting it out gets it out of there yet allows it # to be retained in the tab text for the HTML version of the # manual. @@ -176,7 +176,7 @@