35babe0ae5
set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.11
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
# SUBDIR= 2002 2003
|
|
|
|
DATA= events.css
|
|
|
|
XMLDOCS+= events:${XSL_EVENTS}:${XML_EVENTS_EVENTS}:
|
|
DEPENDSET.events= events
|
|
|
|
XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
|
|
DEPENDSET.events_ics= events
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|