Put a band-aid.

This commit is contained in:
Hiroki Sato 2004-01-13 22:59:06 +00:00
parent 646bff5f5f
commit e70415bfe9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19637

View file

@ -1,6 +1,6 @@
# The FreeBSD Documentation Project # The FreeBSD Documentation Project
# The FreeBSD Turkish Documentation Project # The FreeBSD Turkish Documentation Project
# $FreeBSD$ # $FreeBSD: www/tr/Makefile,v 1.1 2003/12/01 21:26:21 blackend Exp $
# Original revision: 1.98 # Original revision: 1.98
.if exists(Makefile.conf) .if exists(Makefile.conf)
.include "Makefile.conf" .include "Makefile.conf"
@ -72,7 +72,7 @@ WEBDIR= data/tr
DATA+= index.html DATA+= index.html
CLEANFILES+= index.html CLEANFILES+= index.html
index.html: index.xsl ../en/news/news.xml ../en/news/press.xml includes.xsl ../en/news/includes.xsl ../en/security/advisories.xml index.html: index.xsl ../en/news/news.xml ../en/news/press.xml includes.xsl ../en/news/includes.xsl ../share/sgml/advisories.xml
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
${.CURDIR}/index.xsl ${.CURDIR}/../en/news/news.xml ${.CURDIR}/index.xsl ${.CURDIR}/../en/news/news.xml
.if !defined(NO_TIDY) .if !defined(NO_TIDY)