MFen:
1.17 -> 1.18 hu/events/Makefile Obtained from: The FreeBSD Hungarian Documentation Project
This commit is contained in:
parent
cedc3d53aa
commit
1686510516
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35225
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/hu/events/Makefile,v 1.1 2009/04/06 17:56:08 pgj Exp $
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# The FreeBSD Hungarian Documentation Project #
|
# The FreeBSD Hungarian Documentation Project #
|
||||||
###################################################
|
###################################################
|
||||||
# %SOURCE% en/events/Makefile
|
# %SOURCE% en/events/Makefile
|
||||||
# %SRCID% 1.17
|
# %SRCID% 1.18
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# The year the top level events.html file starts from:
|
# The year the top level events.html file starts from:
|
||||||
YEARSTART= 2009
|
YEARSTART= 2010
|
||||||
# Years to generate past events pages for and link from top level:
|
# Years to generate past events pages for and link from top level:
|
||||||
PASTYEARS= 2008 2007 2006 2005 2004 2003
|
PASTYEARS= 2009 2008 2007 2006 2005 2004 2003
|
||||||
|
|
||||||
DATA= events.css
|
DATA= events.css
|
||||||
INDEXLINK= events.html
|
INDEXLINK= events.html
|
||||||
|
@ -30,7 +30,7 @@ DEPENDSET.events= events
|
||||||
XMLDOCS+= events${year}:${XSL_EVENTS_PAST}:${XML_EVENTS_EVENTS}:
|
XMLDOCS+= events${year}:${XSL_EVENTS_PAST}:${XML_EVENTS_EVENTS}:
|
||||||
PARAMS.events${year}= --param year ${year}
|
PARAMS.events${year}= --param year ${year}
|
||||||
PARAMS.events${year}+= --stringparam pastyears '${PASTYEARS}'
|
PARAMS.events${year}+= --stringparam pastyears '${PASTYEARS}'
|
||||||
DEPENDSET.events${year}= events${year}
|
DEPENDSET.events${year}= events
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
|
XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
|
||||||
|
|
Loading…
Reference in a new issue