From db@db.net  Fri Jun  8 13:23:29 2012
Return-Path: <db@db.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 929F5106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Jun 2012 13:23:29 +0000 (UTC)
	(envelope-from db@db.net)
Received: from diana.db.net (unknown [IPv6:2620:64:0:1:223:7dff:fea2:c8f2])
	by mx1.freebsd.org (Postfix) with ESMTP id 747E28FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Jun 2012 13:23:29 +0000 (UTC)
Received: from night.db.net (localhost [127.0.0.1])
	by diana.db.net (Postfix) with ESMTP id 8EFA72AA60D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Jun 2012 07:23:28 -0600 (MDT)
Received: by night.db.net (Postfix, from userid 1000)
	id 0F6A15C5B; Fri,  8 Jun 2012 08:23:23 -0500 (EST)
Message-Id: <20120608132323.0F6A15C5B@night.db.net>
Date: Fri,  8 Jun 2012 08:23:23 -0500 (EST)
From: Diane Bruce <db@db.net>
Reply-To: Diane Bruce <db@db.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Obsolete docs in web
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168853
>Category:       docs
>Synopsis:       Obsolete docs in web
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 13:30:12 UTC 2012
>Closed-Date:    Sat Oct 13 17:33:25 UTC 2012
>Last-Modified:  Sat Oct 13 17:33:25 UTC 2012
>Originator:     Diane Bruce
>Release:        FreeBSD 8.3-PRERELEASE amd64
>Organization:
Invisible red dragon
>Environment:
System: FreeBSD night.db.net 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #7: Sat Apr 21 08:17:50 EDT 2012 root@night.db.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

remove y2kbug and kse from Makefile detach from build

Index: en_US.ISO8859-1/htdocs/Makefile
===================================================================
--- en_US.ISO8859-1/htdocs/Makefile	(revision 39008)
+++ en_US.ISO8859-1/htdocs/Makefile	(working copy)
@@ -25,7 +25,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-DOCS+= y2kbug.sgml
 
 XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
 DEPENDSET.index=transtable mirrors news press events \
@@ -63,7 +62,6 @@
 SUBDIR+= internal
 SUBDIR+= ipv6
 SUBDIR+= java
-SUBDIR+= kse
 SUBDIR+= marketing
 SUBDIR+= multimedia
 SUBDIR+= news
Index: es_ES.ISO8859-1/htdocs/Makefile
===================================================================
--- es_ES.ISO8859-1/htdocs/Makefile	(revision 39008)
+++ es_ES.ISO8859-1/htdocs/Makefile	(working copy)
@@ -21,7 +21,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-DOCS+= y2kbug.sgml
 
 CLEANFILES+=atoz.sgml site.sgml
 
Index: fr_FR.ISO8859-1/htdocs/Makefile
===================================================================
--- fr_FR.ISO8859-1/htdocs/Makefile	(revision 39008)
+++ fr_FR.ISO8859-1/htdocs/Makefile	(working copy)
@@ -28,7 +28,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml 
-DOCS+= y2kbug.sgml 
 
 # These will be directly installed.
 
@@ -64,7 +63,6 @@
 SUBDIR+= smp
 SUBDIR+= snapshots
 SUBDIR+= support
-SUBDIR+= kse
 SUBDIR+= gnome
 SUBDIR+= donations
 .if !defined(WEB_ONLY) || empty(WEB_ONLY)
Index: ja_JP.eucJP/htdocs/Makefile
===================================================================
--- ja_JP.eucJP/htdocs/Makefile	(revision 39008)
+++ ja_JP.eucJP/htdocs/Makefile	(working copy)
@@ -27,7 +27,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-DOCS+= y2kbug.sgml
 
 # Japanese-only file
 DOCS+= jabout.sgml
@@ -67,7 +66,6 @@
 SUBDIR+= internal
 #SUBDIR+= ipv6
 SUBDIR+= java
-#SUBDIR+= kse
 #SUBDIR+= layout
 #SUBDIR+= marketing
 #SUBDIR+= multimedia
Index: nl_NL.ISO8859-1/htdocs/Makefile
===================================================================
--- nl_NL.ISO8859-1/htdocs/Makefile	(revision 39008)
+++ nl_NL.ISO8859-1/htdocs/Makefile	(working copy)
@@ -27,7 +27,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-#DOCS+= y2kbug.sgml
 
 XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
 DEPENDSET.index=transtable mirrors news press events \
@@ -65,7 +64,6 @@
 #SUBDIR+= internal
 #SUBDIR+= ipv6
 #SUBDIR+= java
-#SUBDIR+= kse
 #SUBDIR+= marketing
 #SUBDIR+= multimedia
 #SUBDIR+= news
Index: ru_RU.KOI8-R/htdocs/Makefile
===================================================================
--- ru_RU.KOI8-R/htdocs/Makefile	(revision 39008)
+++ ru_RU.KOI8-R/htdocs/Makefile	(working copy)
@@ -31,7 +31,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-DOCS+= y2kbug.sgml
 
 XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
 DEPENDSET.index=transtable mirrors news press events \
@@ -68,7 +67,6 @@
 SUBDIR+= handbook
 SUBDIR+= internal
 SUBDIR+= java
-SUBDIR+= kse
 SUBDIR+= marketing
 #SUBDIR+= multimedia
 SUBDIR+= news
Index: zh_CN.GB2312/htdocs/Makefile
===================================================================
--- zh_CN.GB2312/htdocs/Makefile	(revision 39008)
+++ zh_CN.GB2312/htdocs/Makefile	(working copy)
@@ -25,7 +25,6 @@
 DOCS+= send-pr.sgml
 DOCS+= support.sgml
 DOCS+= where.sgml
-DOCS+= y2kbug.sgml
 
 XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
 DEPENDSET.index=transtable mirrors news press events \
@@ -51,7 +50,6 @@
 # SUBDIR+= handbook
 # SUBDIR+= internal
 # SUBDIR+= java
-# SUBDIR+= kse
 # SUBDIR+= marketing
 SUBDIR+= news
 SUBDIR+= platforms
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Fri Aug 17 16:44:26 UTC 2012 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168853 
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Sat Oct 13 17:32:57 UTC 2012 
State-Changed-Why:  
These webpages have been cleaned up, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168853 
>Unformatted:
