b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.9
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= index-site.xml
|
|
DOCS+= search.xml
|
|
DOCS+= searchhints.xml
|
|
DOCS+= search-mid.xml
|
|
|
|
INDEXLINK= search.html
|
|
|
|
XMLDOCS= index-site:xsl:sitemap.xml
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|