Fix missing $DATA value in previsous commit.
This commit is contained in:
parent
80f9176969
commit
bb6b22ee89
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10559
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ja/Makefile,v 1.47 2001/08/08 02:08:09 kuriyama Exp $
|
||||
# $FreeBSD: www/ja/Makefile,v 1.48 2001/08/08 03:55:55 kuriyama Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.58
|
||||
|
||||
|
@ -79,7 +79,10 @@ SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
|||
|
||||
WEBDIR= data/ja
|
||||
|
||||
index.html: index.xsl news/news.xml includes.xsl news/includes.xsl
|
||||
# index.html is special, and generated from index.xsl and news/news.xml
|
||||
DATA+= index.html
|
||||
|
||||
index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl
|
||||
xsltproc -nonet -o index.html index.xsl news/news.xml
|
||||
# -tidy -i -m -f /dev/null index.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue