summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-11-24 09:54:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:29:08 +0000
commit3716b1f51e87ca71ca8002819baf55f19128571e (patch)
tree2b06b2452ad77c9ae13714a5532621d22e60f9dc /documentation/Makefile
parentc619d588b50e4c48da78ef4a0298a8e81698c0ed (diff)
downloadpoky-3716b1f51e87ca71ca8002819baf55f19128571e.tar.gz
yocto-project-qs, mega-manual: Overhaul of the QS
Changed the way the YP QS looks. The QS now has numbered sections rather than just formatted section heads. This allows the reader to better track the hierarchy of the sections. This feature has been asked for before and I decided it was time to implement it. One thing though, is I am not generating a full TOC at the head of the book as is done in the other YP manuals. Decided to add a manual title .PNG file. This required a new figure file (ypqs-title.png) that needed to reside in the figures folder of both the yocto-project-qs and mega-manual. Updates were required in the Makefile to include the figure. Updates required in the YP QS style sheet to display the figure. Basically, there were all kinds of changes to get this title to show up properly in both the YP QS and in the Mega Manual. Turned the structure of the YP QS into a book now rather than an article. This required creating a "qs.xml" file that has the actual content. (From yocto-docs rev: ef05f5c7ba2a61ebc4c58873cbbc32d35652659d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 9891095043..a747b44738 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -141,10 +141,15 @@ STYLESHEET = $(DOC)/*.css
141endif 141endif
142 142
143ifeq ($(DOC),yocto-project-qs) 143ifeq ($(DOC),yocto-project-qs)
144XSLTOPTS = --xinclude 144XSLTOPTS = --stringparam html.stylesheet qs-style.css \
145 --stringparam chapter.autolabel 1 \
146 --stringparam section.autolabel 1 \
147 --stringparam section.label.includes.component.label 1 \
148 --xinclude
145ALLPREQ = html eclipse tarball 149ALLPREQ = html eclipse tarball
150
146TARFILES = yocto-project-qs.html qs-style.css \ 151TARFILES = yocto-project-qs.html qs-style.css \
147 figures/yocto-project-transp.png \ 152 figures/yocto-project-transp.png figures/ypqs-title.png \
148 eclipse 153 eclipse
149MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse 154MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
150FIGURES = figures 155FIGURES = figures
@@ -244,7 +249,7 @@ TARFILES = mega-manual.html mega-style.css \
244 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \ 249 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
245 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \ 250 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
246 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \ 251 figures/sdk-devtool-modify-flow.png figures/sdk-eclipse-dev-flow.png \
247 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png 252 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/ypqs-title.png
248 endif 253 endif
249 254
250MANUALS = $(DOC)/$(DOC).html 255MANUALS = $(DOC)/$(DOC).html