doc/zh_CN.UTF-8/htdocs/platforms/Makefile
Guangyuan Yang fb7d260a3e Delete deprecated files in zh_CN.
Reviewed by:	loader (mentor), delphij (mentor)
Approved by:	loader (mentor), delphij (mentor)
Differential Revision:	https://reviews.freebsd.org/D16072
2018-07-03 17:11:01 +00:00

26 lines
450 B
Makefile

# The FreeBSD Simplified Chinese Documentation Project
#
# Original Revision 1.10
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.xml
DOCS+= amd64.xml
DOCS+= arm.xml
DOCS+= i386.xml
DOCS+= index.xml
#DOCS+= mips.xml
#DOCS+= pc98.xml
#DOCS+= ppc.xml
#DOCS+= sparc.xml
#DOCS+= xbox.xml
#SUBDIR+=ia64
.include "${DOC_PREFIX}/share/mk/web.site.mk"