set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
25 lines
475 B
Makefile
25 lines
475 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.10
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= current.sgml
|
|
DOCS+= doc-set.sgml
|
|
DOCS+= handbook.sgml
|
|
DOCS+= handbook3.sgml
|
|
DOCS+= sgml.sgml
|
|
DOCS+= submitting.sgml
|
|
DOCS+= who.sgml
|
|
DOCS+= translations.sgml
|
|
DOCS+= docproj.sgml
|
|
|
|
INDEXLINK= docproj.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|