blob: 15644bf926cd73c3c2509274d93c57ccddb92beb [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# This is a single Makefile to handle all generated Yocto Project documents,
2# which includes the BitBake User Manual and the Toaster User Manual.
3# The Makefile needs to live in the documents directory and all figures used
4# in any manuals must be .PNG files and live in the individual book's figures
5# directory as well as in the figures directory for the mega-manual.
6#
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007# Note that the figures for the Yocto Project Development Tasks Manual
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008# differ depending on the BRANCH being built.
9#
10# The Makefile has these targets:
11# all: If you leave off the target then "all" is implied.
Brad Bishopc342db32019-05-15 21:57:59 -040012# You will generate HTML and a tarball of files.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013#
14# pdf: generates a PDF version of a manual. Not valid for the
15# Quick Start or the mega-manual (single, large HTML file
16# comprised of all Yocto Project manuals).
17# html: generates an HTML version of a manual.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018# tarball: creates a tarball for the doc files.
19# validate: validates
20# publish: pushes generated files to the Yocto Project website
21# clean: removes files
22#
23# The Makefile can generate an HTML and PDF version of every document except the
24# Yocto Project Quick Start and the single, HTML mega-manual, which is comprised
25# of all the individual Yocto Project manuals. You can generate these two manuals
26# in HTML form only. The variable DOC indicates the folder name for a given manual.
27# The variable VER represents the distro version of the Yocto Release for which the
28# manuals are being generated. The variable BRANCH is used to indicate the
29# branch (edison or denzil) and is used only when DOC=dev-manual or
30# DOC=mega-manual. If you do not specify a BRANCH, the default branch used
31# will be for the latest Yocto Project release. If you build for either
32# edison or denzil, you must use BRANCH. You do not need to use BRANCH for
33# any release beyond denzil.
34#
35# To build a manual, you must invoke Makefile with the DOC argument. If you
36# are going to publish the manual, then you must invoke Makefile with both the
37# DOC and the VER argument. Furthermore, if you are building or publishing
Brad Bishopd7bf8c12018-02-25 22:55:05 -050038# the edison or denzil versions of the Yocto Project Development Tasks Manual or
Patrick Williamsc124f4f2015-09-15 14:41:29 -050039# the mega-manual, you must also use the BRANCH argument.
40#
41# Examples:
42#
43# make DOC=bsp-guide
Brad Bishop316dfdd2018-06-25 12:45:53 -040044# make html DOC=brief-yoctoprojectqs
Patrick Williamsc124f4f2015-09-15 14:41:29 -050045# make pdf DOC=ref-manual
46# make DOC=dev-manual BRANCH=edison
47# make DOC=mega-manual BRANCH=denzil
48#
Brad Bishopc342db32019-05-15 21:57:59 -040049# The first example generates the HTML version of the BSP Guide.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050050# The second example generates the HTML version only of the Quick Start. Note
51# that the Quick Start only has an HTML version available. So, the
Brad Bishop316dfdd2018-06-25 12:45:53 -040052# 'make DOC=brief-yoctoprojectqs' command would be equivalent. The third example
Patrick Williamsc124f4f2015-09-15 14:41:29 -050053# generates just the PDF version of the Yocto Project Reference Manual.
Brad Bishopc342db32019-05-15 21:57:59 -040054# The fourth example generates the HTML 'edison' version of the YP Development
55# Tasks Manual. The last example
Patrick Williamsc124f4f2015-09-15 14:41:29 -050056# generates the HTML version of the mega-manual and uses the 'denzil'
57# branch when choosing figures for the tarball of figures. Any example that does
58# not use the BRANCH argument builds the current version of the manual set.
59#
60# The publish target pushes the generated manuals to the Yocto Project
61# website. Unless you are a developer on the YP team, you will not succeed in
62# pushing manuals to this server. All files needed for the manual's HTML form are
Brad Bishopc342db32019-05-15 21:57:59 -040063# pushed.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050064#
65# Examples:
66#
67# make publish DOC=bsp-guide VER=1.7
68# make publish DOC=adt-manual VER=1.6
69# make publish DOC=dev-manual VER=1.1.1 BRANCH=edison
70# make publish DOC=dev-manual VER=1.2 BRANCH=denzil
71#
72# The first example publishes the 1.7 version of both the PDF and HTML versions of
73# the BSP Guide. The second example publishes the 1.6 version of both the PDF and
74# HTML versions of the ADT Manual. The third example publishes the 1.1.1 version of
Brad Bishopd7bf8c12018-02-25 22:55:05 -050075# the PDF and HTML YP Development Tasks Manual for the 'edison' branch. The fourth
76# example publishes the 1.2 version of the PDF and HTML YP Development Tasks Manual
77# for the 'denzil' branch.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050078#
Andrew Geissler82c905d2020-04-13 13:39:40 -050079# IN MEMORIAM: This comment is to remember Scott Rifenbark (scottrif), whom we lost
80# in January, 2020. Scott was the primary technical writer for the Yocto Project for
81# over 9 years. In that time, he contributed many thousands of patches, built this
82# documentation tree, and enabled tens of thousands of developers to succeed with
83# embedded Linux. He ran this Makefile many thousands of times. Godspeed, Dude.
Patrick Williamsc124f4f2015-09-15 14:41:29 -050084
Brad Bishop316dfdd2018-06-25 12:45:53 -040085ifeq ($(DOC),brief-yoctoprojectqs)
86XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \
87 --stringparam chapter.autolabel 0 \
88 --stringparam section.autolabel 0 \
89 --stringparam section.label.includes.component.label 0 \
90 --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -040091ALLPREQ = html tarball
Brad Bishop316dfdd2018-06-25 12:45:53 -040092TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/bypqs-title.png \
93 figures/yocto-project-transp.png
Brad Bishopc342db32019-05-15 21:57:59 -040094MANUALS = $(DOC)/$(DOC).html
Brad Bishop316dfdd2018-06-25 12:45:53 -040095FIGURES = figures
96STYLESHEET = $(DOC)/*.css
97
98endif
99
100ifeq ($(DOC),overview-manual)
101XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400102ALLPREQ = html tarball
Brad Bishop316dfdd2018-06-25 12:45:53 -0400103TARFILES = overview-manual-style.css overview-manual.html figures/overview-manual-title.png \
104 figures/git-workflow.png figures/source-repos.png figures/index-downloads.png \
105 figures/yp-download.png figures/YP-flow-diagram.png figures/key-dev-elements.png \
106 figures/poky-reference-distribution.png figures/cross-development-toolchains.png \
107 figures/user-configuration.png figures/layer-input.png figures/source-input.png \
108 figures/package-feeds.png figures/patching.png figures/source-fetching.png \
109 figures/configuration-compile-autoreconf.png figures/analysis-for-package-splitting.png \
110 figures/image-generation.png figures/sdk-generation.png figures/images.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400111 figures/sdk.png
112MANUALS = $(DOC)/$(DOC).html
Brad Bishop316dfdd2018-06-25 12:45:53 -0400113FIGURES = figures
114STYLESHEET = $(DOC)/*.css
115
116endif
117
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500118ifeq ($(DOC),bsp-guide)
119XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400120ALLPREQ = html tarball
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500121TARFILES = bsp-style.css bsp-guide.html figures/bsp-title.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400122 figures/bsp-dev-flow.png
123MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500124FIGURES = figures
125STYLESHEET = $(DOC)/*.css
126
127endif
128
129ifeq ($(DOC),dev-manual)
130XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400131ALLPREQ = html tarball
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500132#
133# Note that the tarfile might produce the "Cannot stat: No such file or
134# directory" error message for .PNG files that are not present when building
135# a particular branch. The list of files is all-inclusive for all branches.
136# Note, if you don't provide a BRANCH option, it defaults to the latest stuff.
137# This would be appropriate for "master" branch.
138#
139
140 ifeq ($(BRANCH),edison)
141TARFILES = dev-style.css dev-manual.html \
142 figures/app-dev-flow.png figures/bsp-dev-flow.png \
143 figures/dev-title.png figures/git-workflow.png \
144 figures/index-downloads.png figures/kernel-dev-flow.png \
145 figures/kernel-example-repos-edison.png \
146 figures/kernel-overview-1.png figures/kernel-overview-2.png \
147 figures/kernel-overview-3-edison.png \
148 figures/source-repos.png figures/yp-download.png \
149 figures/wip.png
150 else ifeq ($(BRANCH),denzil)
151TARFILES = dev-style.css dev-manual.html \
152 figures/app-dev-flow.png figures/bsp-dev-flow.png \
153 figures/dev-title.png figures/git-workflow.png \
154 figures/index-downloads.png figures/kernel-dev-flow.png \
155 figures/kernel-example-repos-denzil.png \
156 figures/kernel-overview-1.png figures/kernel-overview-2.png \
157 figures/kernel-overview-3-denzil.png \
158 figures/source-repos.png figures/yp-download.png \
159 figures/wip.png
160 else
Brad Bishop316dfdd2018-06-25 12:45:53 -0400161TARFILES = dev-style.css dev-manual.html figures/buildhistory-web.png \
162 figures/dev-title.png figures/buildhistory.png \
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500163 figures/recipe-workflow.png figures/bitbake-build-flow.png \
Brad Bishop15ae2502019-06-18 21:44:24 -0400164 figures/multiconfig_files.png figures/cute-files-npm-example.png
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500165 endif
166
Brad Bishopc342db32019-05-15 21:57:59 -0400167MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500168FIGURES = figures
169STYLESHEET = $(DOC)/*.css
170
171endif
172
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500173ifeq ($(DOC),mega-manual)
174XSLTOPTS = --stringparam html.stylesheet mega-style.css \
175 --stringparam chapter.autolabel 1 \
176 --stringparam section.autolabel 1 \
177 --stringparam section.label.includes.component.label 1 \
178 --xinclude
179ALLPREQ = html tarball
180
181 ifeq ($(BRANCH),edison)
182TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
183 figures/building-an-image.png \
184 figures/using-a-pre-built-image.png \
185 figures/poky-title.png \
186 figures/adt-title.png figures/bsp-title.png \
187 figures/kernel-title.png figures/kernel-architecture-overview.png \
188 figures/app-dev-flow.png figures/bsp-dev-flow.png \
189 figures/dev-title.png figures/git-workflow.png \
190 figures/index-downloads.png figures/kernel-dev-flow.png \
191 figures/kernel-example-repos-edison.png \
192 figures/kernel-overview-1.png figures/kernel-overview-2.png \
193 figures/kernel-overview-3-edison.png \
194 figures/source-repos.png figures/yp-download.png \
195 figures/wip.png
196 else ifeq ($(BRANCH),denzil)
197TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png \
198 figures/building-an-image.png \
199 figures/using-a-pre-built-image.png \
200 figures/poky-title.png \
201 figures/adt-title.png figures/bsp-title.png \
202 figures/kernel-title.png figures/kernel-architecture-overview.png \
203 figures/app-dev-flow.png figures/bsp-dev-flow.png \
204 figures/dev-title.png figures/git-workflow.png \
205 figures/index-downloads.png figures/kernel-dev-flow.png \
206 figures/kernel-example-repos-denzil.png \
207 figures/kernel-overview-1.png figures/kernel-overview-2.png \
208 figures/kernel-overview-3-denzil.png \
209 figures/source-repos.png figures/yp-download.png \
210 figures/wip.png
211 else
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500212TARFILES = mega-manual.html mega-style.css \
Brad Bishop316dfdd2018-06-25 12:45:53 -0400213 figures/YP-flow-diagram.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500214 figures/using-a-pre-built-image.png \
215 figures/poky-title.png figures/buildhistory.png \
216 figures/buildhistory-web.png \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500217 figures/sdk-title.png figures/bsp-title.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500218 figures/kernel-dev-title.png figures/kernel-architecture-overview.png \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500219 figures/bsp-dev-flow.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500220 figures/dev-title.png \
221 figures/git-workflow.png figures/index-downloads.png \
222 figures/kernel-dev-flow.png \
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500223 figures/kernel-overview-2-generic.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500224 figures/source-repos.png figures/yp-download.png \
225 figures/profile-title.png figures/kernelshark-all.png \
226 figures/kernelshark-choose-events.png \
227 figures/kernelshark-i915-display.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400228 figures/kernelshark-output-display.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500229 figures/oprofileui-busybox.png figures/oprofileui-copy-to-user.png \
230 figures/oprofileui-downloading.png figures/oprofileui-processes.png \
231 figures/perf-probe-do_fork-profile.png \
232 figures/perf-report-cycles-u.png \
233 figures/perf-systemwide.png figures/perf-systemwide-libc.png \
234 figures/perf-wget-busybox-annotate-menu.png \
235 figures/perf-wget-busybox-annotate-udhcpc.png \
236 figures/perf-wget-busybox-debuginfo.png \
237 figures/perf-wget-busybox-dso-zoom.png \
238 figures/perf-wget-busybox-dso-zoom-menu.png \
239 figures/perf-wget-busybox-expanded-stripped.png \
240 figures/perf-wget-flat-stripped.png \
241 figures/perf-wget-g-copy-from-user-expanded-stripped.png \
242 figures/perf-wget-g-copy-to-user-expanded-debuginfo.png \
243 figures/perf-wget-g-copy-to-user-expanded-stripped.png \
244 figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png \
245 figures/pybootchartgui-linux-yocto.png \
246 figures/pychart-linux-yocto-rpm.png \
247 figures/pychart-linux-yocto-rpm-nostrip.png \
248 figures/sched-wakeup-profile.png figures/sysprof-callers.png \
249 figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png \
250 figures/cross-development-toolchains.png \
Brad Bishop316dfdd2018-06-25 12:45:53 -0400251 figures/user-configuration.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500252 figures/source-input.png figures/package-feeds.png \
253 figures/layer-input.png figures/images.png figures/sdk.png \
254 figures/source-fetching.png figures/patching.png \
255 figures/configuration-compile-autoreconf.png \
256 figures/analysis-for-package-splitting.png \
Brad Bishop316dfdd2018-06-25 12:45:53 -0400257 figures/image-generation.png figures/key-dev-elements.png\
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500258 figures/sdk-generation.png figures/recipe-workflow.png \
259 figures/build-workspace-directory.png figures/mega-title.png \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800260 figures/toaster-title.png figures/hosted-service.png figures/multiconfig_files.png \
Brad Bishop316dfdd2018-06-25 12:45:53 -0400261 figures/simple-configuration.png figures/poky-reference-distribution.png \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500262 figures/compatible-layers.png figures/import-layer.png figures/new-project.png \
263 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
264 figures/sdk-devtool-add-flow.png figures/sdk-installed-extensible-sdk-directory.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400265 figures/sdk-devtool-modify-flow.png \
Brad Bishop316dfdd2018-06-25 12:45:53 -0400266 figures/sdk-devtool-upgrade-flow.png figures/bitbake-build-flow.png figures/bypqs-title.png \
Brad Bishop19323692019-04-05 15:28:33 -0400267 figures/overview-manual-title.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png \
Brad Bishop15ae2502019-06-18 21:44:24 -0400268 figures/bb_multiconfig_files.png figures/bitbake-title.png figures/cute-files-npm-example.png
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500269 endif
270
271MANUALS = $(DOC)/$(DOC).html
272FIGURES = figures
273STYLESHEET = $(DOC)/*.css
274
275endif
276
277ifeq ($(DOC),ref-manual)
278XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400279ALLPREQ = html tarball
Brad Bishop316dfdd2018-06-25 12:45:53 -0400280TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400281 figures/build-workspace-directory.png
282MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500283FIGURES = figures
284STYLESHEET = $(DOC)/*.css
285endif
286
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500287ifeq ($(DOC),sdk-manual)
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500288XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400289ALLPREQ = html tarball
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500290TARFILES = sdk-manual.html sdk-style.css figures/sdk-title.png \
291 figures/sdk-environment.png figures/sdk-installed-standard-sdk-directory.png \
292 figures/sdk-installed-extensible-sdk-directory.png figures/sdk-devtool-add-flow.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400293 figures/sdk-devtool-modify-flow.png \
294 figures/sdk-devtool-upgrade-flow.png figures/sdk-autotools-flow.png figures/sdk-makefile-flow.png
295MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500296FIGURES = figures
297STYLESHEET = $(DOC)/*.css
298endif
299
300ifeq ($(DOC),profile-manual)
301XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400302ALLPREQ = html tarball
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500303TARFILES = profile-manual.html profile-manual-style.css \
304 figures/profile-title.png figures/kernelshark-all.png \
305 figures/kernelshark-choose-events.png \
306 figures/kernelshark-i915-display.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400307 figures/kernelshark-output-display.png \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500308 figures/oprofileui-busybox.png figures/oprofileui-copy-to-user.png \
309 figures/oprofileui-downloading.png figures/oprofileui-processes.png \
310 figures/perf-probe-do_fork-profile.png \
311 figures/perf-report-cycles-u.png \
312 figures/perf-systemwide.png figures/perf-systemwide-libc.png \
313 figures/perf-wget-busybox-annotate-menu.png \
314 figures/perf-wget-busybox-annotate-udhcpc.png \
315 figures/perf-wget-busybox-debuginfo.png \
316 figures/perf-wget-busybox-dso-zoom.png \
317 figures/perf-wget-busybox-dso-zoom-menu.png \
318 figures/perf-wget-busybox-expanded-stripped.png \
319 figures/perf-wget-flat-stripped.png \
320 figures/perf-wget-g-copy-from-user-expanded-stripped.png \
321 figures/perf-wget-g-copy-to-user-expanded-debuginfo.png \
322 figures/perf-wget-g-copy-to-user-expanded-stripped.png \
323 figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png \
324 figures/pybootchartgui-linux-yocto.png \
325 figures/pychart-linux-yocto-rpm.png \
326 figures/pychart-linux-yocto-rpm-nostrip.png \
327 figures/sched-wakeup-profile.png figures/sysprof-callers.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400328 figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png
329MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500330FIGURES = figures
331STYLESHEET = $(DOC)/*.css
332endif
333
334ifeq ($(DOC),kernel-dev)
335XSLTOPTS = --xinclude
Brad Bishopc342db32019-05-15 21:57:59 -0400336ALLPREQ = html tarball
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500337TARFILES = kernel-dev.html kernel-dev-style.css \
Brad Bishopd7bf8c12018-02-25 22:55:05 -0500338 figures/kernel-dev-title.png figures/kernel-overview-2-generic.png \
Brad Bishopc342db32019-05-15 21:57:59 -0400339 figures/kernel-architecture-overview.png figures/kernel-dev-flow.png
340MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500341FIGURES = figures
342STYLESHEET = $(DOC)/*.css
343endif
344
345ifeq ($(DOC),toaster-manual)
346XSLTOPTS = --xinclude
347ALLPREQ = html tarball
348TARFILES = toaster-manual.html toaster-manual-style.css \
349 figures/toaster-title.png figures/simple-configuration.png \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -0500350 figures/hosted-service.png \
351 figures/compatible-layers.png figures/import-layer.png figures/new-project.png
Patrick Williamsf1e5d692016-03-30 15:21:19 -0500352MANUALS = $(DOC)/$(DOC).html
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500353FIGURES = figures
354STYLESHEET = $(DOC)/*.css
355endif
356
357
358##
359# These URI should be rewritten by your distribution's xml catalog to
360# match your locally installed XSL stylesheets.
361XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/1.76.1
362XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
363
364all: $(ALLPREQ)
365
366pdf:
Brad Bishop316dfdd2018-06-25 12:45:53 -0400367ifeq ($(DOC),brief-yoctoprojectqs)
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500368 @echo " "
Brad Bishop316dfdd2018-06-25 12:45:53 -0400369 @echo "ERROR: You cannot generate a PDF file for brief-yoctoprojectqs."
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500370 @echo " "
371
372else ifeq ($(DOC),mega-manual)
373 @echo " "
374 @echo "ERROR: You cannot generate a mega-manual PDF file."
375 @echo " "
376
377else
378
379 cd $(DOC); ../tools/poky-docbook-to-pdf $(DOC).xml ../template; cd ..
380endif
381
382html:
383ifeq ($(DOC),mega-manual)
384# See http://www.sagehill.net/docbookxsl/HtmlOutput.html
385 @echo " "
386 @echo "******** Building "$(DOC)
387 @echo " "
388 cd $(DOC); xsltproc $(XSLTOPTS) -o $(DOC).html $(DOC)-customization.xsl $(DOC).xml; cd ..
389 @echo " "
390 @echo "******** Using mega-manual.sed to process external links"
391 @echo " "
392 cd $(DOC); sed -f ../tools/mega-manual.sed < mega-manual.html > mega-output.html; cd ..
393 @echo " "
394 @echo "******** Cleaning up transient file mega-output.html"
395 @echo " "
396 cd $(DOC); rm mega-manual.html; mv mega-output.html mega-manual.html; cd ..
397else
398# See http://www.sagehill.net/docbookxsl/HtmlOutput.html
399 @echo " "
400 @echo "******** Building "$(DOC)
401 @echo " "
402 cd $(DOC); xsltproc $(XSLTOPTS) -o $(DOC).html $(DOC)-customization.xsl $(DOC).xml; cd ..
403endif
404
405
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500406tarball: html
407 @echo " "
408 @echo "******** Creating Tarball of document files"
409 @echo " "
410 cd $(DOC); tar -cvzf $(DOC).tgz $(TARFILES); cd ..
411
412validate:
413 cd $(DOC); xmllint --postvalid --xinclude --noout $(DOC).xml; cd ..
414
415
416publish:
417 @if test -f $(DOC)/$(DOC).html; \
418 then \
419 echo " "; \
420 echo "******** Publishing "$(DOC)".html"; \
421 echo " "; \
Andrew Geissler82c905d2020-04-13 13:39:40 -0500422 scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \
423 cd $(DOC); scp -r $(FIGURES) www.yoctoproject.org:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \
Patrick Williamsc124f4f2015-09-15 14:41:29 -0500424 else \
425 echo " "; \
426 echo $(DOC)".html missing. Generate the file first then try again."; \
427 echo " "; \
428 fi
429
430clean:
431 rm -rf $(MANUALS); rm $(DOC)/$(DOC).tgz;