Bump copyright years to 2019 for the doc tree.

This commit is contained in:
Guangyuan Yang 2019-01-08 07:57:40 +00:00
parent 805320d2dd
commit d48f6b4468
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52752
5 changed files with 6 additions and 6 deletions

View file

@ -185,7 +185,7 @@ _PARAMS.events= --param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
XML_EVENTS_EVENTS_MASTER=${DOC_PREFIX}/share/xml/events.xml
XML_EVENTS_EVENTS_MASTER_SUBFILES=
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
2017 2018
2017 2018 2019
XML_EVENTS_EVENTS_MASTER_SUBFILES+= ${DOC_PREFIX}/share/xml/events${Y}.xml
.endfor
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events.xml)
@ -195,7 +195,7 @@ XML_EVENTS_EVENTS= ${XML_EVENTS_EVENTS_MASTER}
.endif
XML_EVENTS_EVENTS_SUBFILES=
.for Y in 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 \
2017 2018
2017 2018 2019
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml)
XML_EVENTS_EVENTS_SUBFILES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/events${Y}.xml
.endif