Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2002 03:32:21 +0200 (CEST)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/40207: www/en/gnome: type in Makefile
Message-ID:  <200207050132.g651WLxe021728@gits.gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         40207
>Category:       docs
>Synopsis:       www/en/gnome: type in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 18:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #15: Sun Jun 23 06:31:23 CEST 2002 root@gits:/disk2/freebsd/src/sys/compile/CUSTOM i386

>Description:
	index.html! -> index.html:
	index.html -> ${.TARGET}
>How-To-Repeat:
	make
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/www/en/gnome/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	21 May 2002 09:15:41 -0000	1.10
+++ Makefile	5 Jul 2002 01:30:16 -0000
@@ -19,11 +19,11 @@
 CLEANFILES=	index.html
 CLEANFILES+=	newsflash.html
 
-index.html! index.xsl news.xml includes.xsl ../includes.xsl
-	${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o index.html \
+index.html: index.xsl news.xml includes.xsl ../includes.xsl
+	${XSLTPROC} ${XSLTPROCOPTS:N-nonet} -o ${.TARGET} \
 		${.CURDIR}/index.xsl ${.CURDIR}/news.xml
 .if !defined(NO_TIDY)
-	-${TIDY} ${TIDYOPTS} index.html
+	-${TIDY} ${TIDYOPTS} ${.TARGET}
 .endif
 
 newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207050132.g651WLxe021728>