summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJefro <jefro@jefro.net>2020-01-30 16:52:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-31 08:03:28 +0000
commit958427e9d2ee7276887f2b02ba85cf0996dea553 (patch)
tree1884df7a35c0fb1f8b07e58d7d1785954264a739
parentf3dfec8aaeedec2820cd316f51a15231b876053f (diff)
downloadpoky-958427e9d2ee7276887f2b02ba85cf0996dea553.tar.gz
Adding memoriam to scottrif
Added a few comment lines in Makefile to commemorate Scott's contributions (From yocto-docs rev: 421a80308c36c3da98d5fb6f6100ee3fab6abd0e) Signed-off-by: Jefro <jefro@jefro.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 093422f69f..0566a0f327 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -83,6 +83,11 @@
83# example publishes the 1.2 version of the PDF and HTML YP Development Tasks Manual 83# example publishes the 1.2 version of the PDF and HTML YP Development Tasks Manual
84# for the 'denzil' branch. 84# for the 'denzil' branch.
85# 85#
86# IN MEMORIAM: This comment is to remember Scott Rifenbark (scottrif), whom we lost
87# in January, 2020. Scott was the primary technical writer for the Yocto Project for
88# over 9 years. In that time, he contributed many thousands of patches, built this
89# documentation tree, and enabled tens of thousands of developers to succeed with
90# embedded Linux. He ran this Makefile many thousands of times. Godspeed, Dude.
86 91
87ifeq ($(DOC),brief-yoctoprojectqs) 92ifeq ($(DOC),brief-yoctoprojectqs)
88XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ 93XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \