Resync FreeBSD Events localization with the mainstream.
This commit is contained in:
parent
af57d75667
commit
0162579c20
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35100
3 changed files with 2785 additions and 45 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD: www/ru/events/Makefile,v 1.1 2005/06/18 05:58:59 andy Exp $
|
||||
# $FreeBSD: www/ru/events/Makefile,v 1.2 2006/08/19 21:25:49 hrs Exp $
|
||||
# $FreeBSDru: frdp/www/ru/events/Makefile,v 1.3 2005/06/18 06:00:21 andy Exp $
|
||||
#
|
||||
# Original revision: 1.7
|
||||
# Original revision: 1.17
|
||||
#
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
|
|
@ -14,15 +14,32 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR= 2003
|
||||
#SUBDIR+= 2003
|
||||
#SUBDIR= 2002
|
||||
SUBDIR+= 2003
|
||||
|
||||
# The year the top level events.html file starts from:
|
||||
YEARSTART= 2009
|
||||
# Years to generate past events pages for and link from top level:
|
||||
PASTYEARS= 2008 2007 2006 2005 2004 2003
|
||||
|
||||
DATA= events.css
|
||||
INDEXLINK= events.html
|
||||
|
||||
XMLDOCS+= events:${XSL_EVENTS}:${XML_EVENTS_EVENTS}:
|
||||
XMLDOCS+= events:../share/sgml/templates.events.xsl:${XML_EVENTS_EVENTS}:
|
||||
PARAMS.events= --param startyear ${YEARSTART}
|
||||
PARAMS.events+= --stringparam pastyears '${PASTYEARS}'
|
||||
DEPENDSET.events= events
|
||||
|
||||
.for year in ${PASTYEARS}
|
||||
XMLDOCS+= events${year}:${XSL_EVENTS_PAST}:${XML_EVENTS_EVENTS}:
|
||||
PARAMS.events${year}= --param year ${year}
|
||||
PARAMS.events${year}+= --stringparam pastyears '${PASTYEARS}'
|
||||
DEPENDSET.events${year}= events${year}
|
||||
.endfor
|
||||
|
||||
XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
|
||||
DEPENDSET.events_ics= events
|
||||
|
||||
XMLDOCS+= events_rss:rss.xsl:${XML_EVENTS_EVENTS}:rss.xml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue