- Merge the following from the English version:

r39584 -> r41462	head/ja_JP.eucJP/htdocs/internal/Makefile
This commit is contained in:
Ryusuke SUZUKI 2013-04-27 08:29:59 +00:00
parent 46af99411b
commit 5872ae6f70
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41509

View file

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
# The FreeBSD Japanese Documentation Project # The FreeBSD Japanese Documentation Project
# Original revision: r39584 # Original revision: r41462
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -11,6 +11,7 @@
DOCS+= about.xml DOCS+= about.xml
#DOCS+= bylaws.xml #DOCS+= bylaws.xml
#DOCS+= clusteradm.xml
#DOCS+= core-vote.xml #DOCS+= core-vote.xml
#DOCS+= data.xml #DOCS+= data.xml
DOCS+= developer.xml DOCS+= developer.xml
@ -34,7 +35,7 @@ INDEXLINK= internal.html
# build the list of personal homepages of FreeBSD developers only # build the list of personal homepages of FreeBSD developers only
# on the main FreeBSD machines # on the main FreeBSD machines
#hostname!= hostname #hostname!= hostname
#.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org" #.if !empty(hostname:M*.freebsd.org)
#DOCS+= homepage.xml #DOCS+= homepage.xml
# #
#.if !make(install) #.if !make(install)