Enable press archive pages building
This commit is contained in:
parent
ae4d17ebfb
commit
91fc462271
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20571
5 changed files with 64 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/1998/Makefile,v 1.1 2001/04/13 00:54:06 eric Exp $
|
||||
# $FreeBSD: www/en/news/1998/Makefile,v 1.2 2001/10/29 10:14:32 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,4 +9,16 @@
|
|||
|
||||
DOCS= index.sgml
|
||||
|
||||
DATA= press.html
|
||||
CLEANFILES+= press.html
|
||||
|
||||
press.html: ../oldpress.xsl press.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/1999/Makefile,v 1.1 2001/04/13 00:54:09 eric Exp $
|
||||
# $FreeBSD: www/en/news/1999/Makefile,v 1.2 2001/10/29 10:14:32 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,4 +9,17 @@
|
|||
|
||||
DOCS= index.sgml
|
||||
|
||||
DATA= press.html
|
||||
CLEANFILES+= press.html
|
||||
|
||||
press.html: ../oldpress.xsl press.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/2000/Makefile,v 1.1 2001/04/13 00:54:11 eric Exp $
|
||||
# $FreeBSD: www/en/news/2000/Makefile,v 1.2 2001/10/29 10:14:32 murray Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -9,4 +9,16 @@
|
|||
|
||||
DOCS= index.sgml
|
||||
|
||||
DATA= press.html
|
||||
CLEANFILES+= press.html
|
||||
|
||||
press.html: ../oldpress.xsl press.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/2001/Makefile,v 1.1 2002/02/12 08:41:38 sobomax Exp $
|
||||
# $FreeBSD: www/en/news/2001/Makefile,v 1.2 2004/01/12 21:27:00 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,8 +7,8 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= index.html
|
||||
CLEANFILES+= index.html
|
||||
DATA= index.html press.html
|
||||
CLEANFILES+= index.html press.html
|
||||
|
||||
index.html: ../oldnewsflash.xsl news.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
|
@ -19,4 +19,13 @@ index.html: ../oldnewsflash.xsl news.xml\
|
|||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
press.html: ../oldpress.xsl press.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/2002/Makefile,v 1.1 2003/07/11 19:51:56 ceri Exp $
|
||||
# $FreeBSD: www/en/news/2002/Makefile,v 1.2 2004/01/12 21:27:00 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,8 +7,8 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= index.html
|
||||
CLEANFILES+= index.html
|
||||
DATA= index.html press.html
|
||||
CLEANFILES+= index.html press.html
|
||||
|
||||
index.html: ../oldnewsflash.xsl news.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
|
@ -19,4 +19,13 @@ index.html: ../oldnewsflash.xsl news.xml\
|
|||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
press.html: ../oldpress.xsl press.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue