diff --git a/en/gnome/Makefile b/en/gnome/Makefile index 17277423c2..b2895ac591 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,43 +1,43 @@ -# $FreeBSD$ +# $FreeBSD: www/en/gnome/Makefile,v 1.8 2002/01/28 17:05:24 sobomax Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif SUBDIR= docs SUBDIR+= images SUBDIR+= patches DOCS= screenshots.sgml DOCS+= contact.sgml DATA= index.html newsflash.html CLEANFILES= index.html CLEANFILES+= newsflash.html CLEANFILES+= gnotices.rdf GNOTICES_RDF_URL= http://news.gnome.org/gnome-news/rdf index.html: index.xsl news.xml includes.xsl ../includes.xsl gnotices.rdf ${XSLTPROC} ${XSLTPROCOPTS} -o index.html \ ${.CURDIR}/index.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} index.html .endif newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif gnotices.rdf:: - fetch -qo - ${GNOTICES_RDF_URL} | ${SED} 's|rdf:RDF|rdf| ; \ + /usr/bin/fetch -qo - ${GNOTICES_RDF_URL} | ${SED} 's|rdf:RDF|rdf| ; \ s|xmlns.*[^>]||' > ${.TARGET} .include "${WEB_PREFIX}/share/mk/web.site.mk"