aboutsummaryrefslogtreecommitdiff
path: root/zh/FAQ
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2006-07-11 13:27:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2006-07-11 13:27:02 +0000
commit98202cd745402aa6a4ce579f5f069254e66bbf8d (patch)
treea338c0e6d129614f6fc500b7be259724c6824b29 /zh/FAQ
parent02925c37f4ab41e3e373ff63180e2323a2550a23 (diff)
downloaddoc-98202cd745402aa6a4ce579f5f069254e66bbf8d.tar.gz
doc-98202cd745402aa6a4ce579f5f069254e66bbf8d.zip
The www/zh directory has been moved to www/zh_CN and www/zh_TW.
Notes
Notes: svn path=/www/; revision=28254
Diffstat (limited to 'zh/FAQ')
-rw-r--r--zh/FAQ/Makefile23
1 files changed, 0 insertions, 23 deletions
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"
-