doc/ja/internal/Makefile
Ryusuke SUZUKI fe43f4affc Merge the following from the English version:
1.114 -> 1.133	www/ja/Makefile
	1.1 -> 1.7	www/ja/freebsd.css
	1.13 -> 1.15	www/ja/copyright/Makefile
	1.38 -> 1.49	www/ja/internal/Makefile
	1.48 -> 1.54	www/ja/internal/about.sgml

Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1497, 1504, 1518]
2011-03-17 13:21:37 +00:00

51 lines
1.2 KiB
Makefile

# $FreeBSD: www/ja/internal/Makefile,v 1.21 2004/01/10 18:37:58 rushani Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.49
.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+= 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+= 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
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"