doc/en_US.ISO8859-1/htdocs/internal/Makefile
Hiroki Sato 35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00

48 lines
1 KiB
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= about.sgml
DOCS+= bylaws.sgml
DOCS+= core-vote.sgml
DOCS+= data.sgml
DOCS+= developer.sgml
DOCS+= doceng.sgml
DOCS+= expire-bits.sgml
DOCS+= fortunes.sgml
DOCS+= i18n.sgml
DOCS+= internal.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= new-account.sgml
DOCS+= policies.sgml
DOCS+= releng.sgml
DOCS+= resources.sgml
DOCS+= statistic.sgml
INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines
hostname!= hostname
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
DOCS+= homepage.sgml
.if !make(install)
.PHONY: homepage.inc
.endif
homepage.inc: homepage.pl
${PERL} ${.CURDIR}/homepage.pl > ${.TARGET}
homepage.html: homepage.inc
CLEANFILES+= homepage.inc
.endif
DATA+= README.mirror ssh-keys.asc
.include "${DOC_PREFIX}/share/mk/web.site.mk"