2010-03-13 00:06:05 +01:00
|
|
|
#
|
|
|
|
# %SOURCE% en/news/2008/Makefile
|
|
|
|
# %SRCID% 1.3
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
XMLDOCS+= press:${DOC_PREFIX}/${LANGCODE}/share/sgml/templates.oldpress.xsl::
|
2010-03-13 00:06:05 +01:00
|
|
|
DEPENDSET.press=transtable press
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|