b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
30 lines
498 B
Makefile
30 lines
498 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.12
|
|
|
|
.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+= ia64.xml
|
|
DOCS+= index.xml
|
|
DOCS+= mips.xml
|
|
DOCS+= pc98.xml
|
|
DOCS+= ppc.xml
|
|
DOCS+= sparc.xml
|
|
DOCS+= sun4v.xml
|
|
DOCS+= x86-64.xml
|
|
DOCS+= xbox.xml
|
|
|
|
#SUBDIR= amd64
|
|
SUBDIR= ia64
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|