doc/en_US.ISO8859-1/htdocs/internal/Makefile
Benedict Reuschling cf73a5f6dc Remove the fortune file commit policy. Fortune files were mostly deleted from
the base system and we won't add any more files or content, hence there is no
need to keep this policy around any longer.

Reported by:	emaste@
Approved by:	core@
2018-02-16 19:08:42 +00:00

37 lines
704 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= about.xml
DOCS+= bylaws.xml
DOCS+= clusteradm.xml
DOCS+= code-of-conduct.xml
DOCS+= core-vote.xml
DOCS+= data.xml
DOCS+= developer.xml
DOCS+= doceng.xml
DOCS+= expire-bits.xml
DOCS+= hats.xml
DOCS+= i18n.xml
DOCS+= internal.xml
DOCS+= machines.xml
DOCS+= members.xml
DOCS+= mirror.xml
DOCS+= new-account.xml
DOCS+= policies.xml
DOCS+= proposing-committers.xml
DOCS+= releng.xml
DOCS+= resources.xml
DOCS+= software-license.xml
DOCS+= working-with-hats.xml
INDEXLINK= internal.html
DATA+= ssh-keys.asc
.include "${DOC_PREFIX}/share/mk/web.site.mk"