docs/64931: [patch] properly sort doc tree articles/Makefile
Mark Linimon
linimon at lonesome.com
Tue Mar 30 10:40:11 UTC 2004
>Number: 64931
>Category: docs
>Synopsis: [patch] properly sort doc tree articles/Makefile
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 30 02:40:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
There are entries out of alphabetical order in some of the
Makefiles. I stumbled over this while readying an upcoming patch.
>How-To-Repeat:
(n/a)
>Fix:
NB: I don't have a complete doc tree locally, so I am only
submitting diffs against the Makefile in the English tree.
However, the diff against the other affected trees is the
equivalent; someone with a full tree should vet this.
The only other affected tree seems to be ja_JP.eucJP,
although the patch will not apply cleanly (the entry
for 'laptop' is commented out there).
Index: en_US.ISO8859-1/articles/Makefile
===================================================================
RCS file: /mnt/FreeBSD/dcvs/doc/en_US.ISO8859-1/articles/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- en_US.ISO8859-1/articles/Makefile 8 Mar 2003 08:27:28 -0000 1.36
+++ en_US.ISO8859-1/articles/Makefile 30 Mar 2004 10:00:04 -0000
@@ -21,8 +21,8 @@
SUBDIR+= hats
SUBDIR+= hubs
SUBDIR+= ipsec-must
-SUBDIR+= laptop
SUBDIR+= java-tomcat
+SUBDIR+= laptop
SUBDIR+= mh
SUBDIR+= multi-os
SUBDIR+= new-users
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list