diff options
author | 2020-01-30 16:52:20 -0800 | |
---|---|---|
committer | 2020-01-31 08:03:28 +0000 | |
commit | 958427e9d2ee7276887f2b02ba85cf0996dea553 (patch) | |
tree | 1884df7a35c0fb1f8b07e58d7d1785954264a739 | |
parent | f3dfec8aaeedec2820cd316f51a15231b876053f (diff) | |
download | poky-958427e9d2ee7276887f2b02ba85cf0996dea553.tar.gz poky-958427e9d2ee7276887f2b02ba85cf0996dea553.tar.bz2 poky-958427e9d2ee7276887f2b02ba85cf0996dea553.zip |
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/Makefile | 5 |
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 @@ # example publishes the 1.2 version of the PDF and HTML YP Development Tasks Manual # for the 'denzil' branch. # +# IN MEMORIAM: This comment is to remember Scott Rifenbark (scottrif), whom we lost +# in January, 2020. Scott was the primary technical writer for the Yocto Project for +# over 9 years. In that time, he contributed many thousands of patches, built this +# documentation tree, and enabled tens of thousands of developers to succeed with +# embedded Linux. He ran this Makefile many thousands of times. Godspeed, Dude. ifeq ($(DOC),brief-yoctoprojectqs) XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ |