The www/zh directory has been moved to www/zh_CN and www/zh_TW.

This commit is contained in:
Hiroki Sato 2006-07-11 13:27:02 +00:00
parent 02925c37f4
commit 98202cd745
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28254
3 changed files with 0 additions and 43 deletions

View file

@ -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"

View file

@ -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"

View file

@ -1,4 +0,0 @@
# $FreeBSD$
WEBBASE?= /data/zh
WEB_PREFIX?= ${.CURDIR}/../..