Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 00:25:37 +0300 (EEST)
From:      Giorgos Keramidas <charon@labs.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/30469: doc/articles/Makefile does not build committers-guide since 2001/08/02
Message-ID:  <200109092125.f89LPbf07382@hades.hell.gr>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 09 14:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200109092125.f89LPbf07382>