From charon@labs.gr  Sun Sep  9 14:47:28 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id 8504537B403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Sep 2001 14:47:27 -0700 (PDT)
Received: from hades.hell.gr (patr530-a100.otenet.gr [212.205.215.100])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f89LlOA00879
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Sep 2001 00:47:24 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f89LPbf07382;
	Mon, 10 Sep 2001 00:25:37 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109092125.f89LPbf07382@hades.hell.gr>
Date: Mon, 10 Sep 2001 00:25:37 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: doc/articles/Makefile does not build committers-guide since 2001/08/02
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30469
>Category:       docs
>Synopsis:       doc/articles/Makefile does not build committers-guide since 2001/08/02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 14:50:00 PDT 2001
>Closed-Date:    Sun Sep 9 15:08:39 PDT 2001
>Last-Modified:  Sun Sep 09 15:10:12 PDT 2001
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	While trying to prepate for the creation of an el_GR.ISO8859-7
	skeleton directory, copying files from doc/en_US.ISO8859-1 I
	noticed the following code in articles/Makefile:

	    SUBDIR = committers-guide
	    SUBDIR = contributors
	    SUBDIR+= contributors

	This was changed in the last revision of the file (1.15).

>How-To-Repeat:

	If you 'make -n' in articles/ you'll notice that
	committers-guide subdirectory is not included in those that
	are rebuilt.

>Fix:

--- patch.diff begins here ---
Index: en_US.ISO8859-1/articles/Makefile
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- en_US.ISO8859-1/articles/Makefile	2 Aug 2001 04:29:59 -0000	1.15
+++ en_US.ISO8859-1/articles/Makefile	9 Sep 2001 21:14:23 -0000
@@ -1,7 +1,7 @@
 # $FreeBSD: doc/en_US.ISO8859-1/articles/Makefile,v 1.15 2001/08/02 04:29:59 murray Exp $
 
 SUBDIR = committers-guide
-SUBDIR = contributors
+SUBDIR+= contributors
 SUBDIR+= dialup-firewall
 SUBDIR+= diskless-x
 SUBDIR+= explaining-bsd
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sun Sep 9 15:08:39 PDT 2001 
State-Changed-Why:  
This was fixed 19 hours before you filed this report.  Please don't be 
so trigger-happy on PRs; investigate the problem first. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30469 
>Unformatted:
