From owner-freebsd-doc Thu Jul 4 18:40: 8 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4837337B400 for ; Thu, 4 Jul 2002 18:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805E043E31 for ; Thu, 4 Jul 2002 18:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g651e2JU097077 for ; Thu, 4 Jul 2002 18:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g651e252097076; Thu, 4 Jul 2002 18:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D952F37B400 for ; Thu, 4 Jul 2002 18:32:27 -0700 (PDT) Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EC543E31 for ; Thu, 4 Jul 2002 18:32:26 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 28311749 invoked by uid 0); 5 Jul 2002 01:32:25 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with SMTP for ; 5 Jul 2002 01:32:25 -0000 Received: from gits.gits.dyndns.org (8h6432k69eifvxvh@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.4/8.12.4) with ESMTP id g651WNtY021732 for ; Fri, 5 Jul 2002 03:32:24 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.4/8.12.4/Submit) id g651WLxe021728; Fri, 5 Jul 2002 03:32:21 +0200 (CEST) (envelope-from root) Message-Id: <200207050132.g651WLxe021728@gits.gits.dyndns.org> Date: Fri, 5 Jul 2002 03:32:21 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/40207: www/en/gnome: type in Makefile Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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