applications.sgml --> r1.34 copyright/copyright.sgml --> r1.12 copyright/daemon.sgml --> r1.29 copyright/freebsd-license.sgml --> r1.6 index.xsl --> r1.160 share/sgml/header.l10n.ent --> r1.6 share/sgml/l10n.ent --> r1.1 share/sgml/navibar.l10n.ent --> r1.11 - Remove ancient files - Remove untranslated files and link them from www/en - Entity fixes Reviewed by: carvay
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# $FreeBSD: www/es/news/Makefile,v 1.6 2000/11/29 23:56:58 kuriyama Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS+= press.sgml
|
|
DOCS+= newsflash.sgml
|
|
DOCS+= news.sgml
|
|
|
|
# press releases
|
|
DOCS+= pressreleases.sgml
|
|
DOCS+= press-rel-1.sgml
|
|
DOCS+= press-rel-2.sgml
|
|
DOCS+= press-rel-3.sgml
|
|
|
|
INDEXLINK= news.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|