applications.sgml 1.33 -> 1.34 community/mailinglists.sgml 1.12 -> 1.13 platforms/Makefile small fix only platforms/i386.sgml 1.9 -> 1.10 platforms/ppc.sgml 1.19 -> 1.20 projects/projects.sgml 1.202 -> 1.203 search/site.map 1.26 -> 1.28 search/web.atoz 1.86 -> 1.87 share/sgml/header.l10n.ent 1.2 -> 1.6 Approved by: keramida (mentor)
28 lines
614 B
Makefile
28 lines
614 B
Makefile
# $FreeBSD: www/hu/platforms/Makefile,v 1.1 2007/01/07 22:44:47 keramida Exp $
|
|
|
|
###################################################
|
|
# The FreeBSD Hungarian Documentation Project #
|
|
###################################################
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= alpha.sgml
|
|
DOCS+= amd64.sgml
|
|
DOCS+= arm.sgml
|
|
DOCS+= i386.sgml
|
|
DOCS+= index.sgml
|
|
DOCS+= mips.sgml
|
|
DOCS+= pc98.sgml
|
|
DOCS+= ppc.sgml
|
|
DOCS+= sparc.sgml
|
|
DOCS+= sun4v.sgml
|
|
DOCS+= xbox.sgml
|
|
|
|
SUBDIR= ia64
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|