From 98202cd745402aa6a4ce579f5f069254e66bbf8d Mon Sep 17 00:00:00 2001
From: Hiroki Sato <hrs@FreeBSD.org>
Date: Tue, 11 Jul 2006 13:27:02 +0000
Subject: [PATCH] The www/zh directory has been moved to www/zh_CN and
 www/zh_TW.

---
 zh/FAQ/Makefile | 23 -----------------------
 zh/Makefile     | 16 ----------------
 zh/Makefile.inc |  4 ----
 3 files changed, 43 deletions(-)
 delete mode 100644 zh/FAQ/Makefile
 delete mode 100644 zh/Makefile
 delete mode 100644 zh/Makefile.inc

diff --git a/zh/FAQ/Makefile b/zh/FAQ/Makefile
deleted file mode 100644
index c12ff8b270..0000000000
--- a/zh/FAQ/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $FreeBSD: www/zh/FAQ/Makefile,v 1.3 1999/09/15 20:37:12 wosch Exp $
-#
-# Build the FreeBSD FAQ *outside* of the www tree, and install it
-# in to the right place as necessary.
-
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-all install clean:
-	(cd ../../../doc/zh_TW.Big5/books/faq; \
-		${MAKE} 'FORMATS=html-split html' \
-		DESTDIR=${DESTDIR}/data/zh/FAQ \
-		${.TARGET})
-.if make(install)
-	(cd ${DESTDIR}/data/zh/FAQ; ln -sf index.html FAQ.html)
-.endif
-
-WEBBASE=        /data/zh/FAQ
-
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
-
diff --git a/zh/Makefile b/zh/Makefile
deleted file mode 100644
index b765b4c007..0000000000
--- a/zh/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD: www/zh/Makefile,v 1.6 2001/12/12 11:57:44 phantom Exp $
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-.if !defined(WEB_ONLY) || empty(WEB_ONLY)
-SUBDIR=	FAQ
-.endif
-
-WEBBASE=	/data/zh
-
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
diff --git a/zh/Makefile.inc b/zh/Makefile.inc
deleted file mode 100644
index 48706b7933..0000000000
--- a/zh/Makefile.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-# $FreeBSD$
-
-WEBBASE?=	/data/zh
-WEB_PREFIX?=	${.CURDIR}/../..