doc/es/platforms/Makefile
Jesus R. Camou 41691cf032 o Add directory www/es/platforms
o Add new page translations (Spanish).

Reviewed by:	carvay
Approved by:	jesusr (mentor)
2005-08-11 08:40:22 +00:00

18 lines
321 B
Makefile

# The FreeBSD Spanish Documentation Project
#
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.sgml
DOCS+= i386.sgml
DOCS+= index.sgml
DOCS+= pc98.sgml
DOCS+= x86-64.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"