18 lines
321 B
Makefile
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"
|