Obtained from: The FreeBSD Simplified Chinese Project Thanks goes to: Gavin MU <gavin.mu at gmail dot com> [1], Fukang CHEN <loader at freebsdmall dot com> [2], intron <intron at intron dot ac> [3] [1] The original translation with me. [2] New layout and structural improvements. [3] Additional and continued contributions.
7 lines
320 B
Makefile
7 lines
320 B
Makefile
# The FreeBSD Simplified Chinese Documentation Project
|
|
# Original revision: 1.8
|
|
# $FreeBSD: www/zh_CN/Makefile.inc,v 1.1.1002.2 2005/12/18 09:12:48 delphij Exp $
|
|
|
|
WEBBASE?= /data/zh_CN
|
|
WEB_PREFIX?= ${.CURDIR}/../..
|
|
DATESUBST?= 's/<!ENTITY date[ \t]*"$$Free[B]SD. .* \(.* .*\) .* .* $$">/<!ENTITY date "上次更新: \1">/'
|