svn commit: r41509 - head/ja_JP.eucJP/htdocs/internal

Ryusuke SUZUKI ryusuke at FreeBSD.org
Sat Apr 27 08:29:59 UTC 2013


Author: ryusuke
Date: Sat Apr 27 08:29:59 2013
New Revision: 41509
URL: http://svnweb.freebsd.org/changeset/doc/41509

Log:
  - Merge the following from the English version:
  
  	r39584 -> r41462	head/ja_JP.eucJP/htdocs/internal/Makefile

Modified:
  head/ja_JP.eucJP/htdocs/internal/Makefile

Modified: head/ja_JP.eucJP/htdocs/internal/Makefile
==============================================================================
--- head/ja_JP.eucJP/htdocs/internal/Makefile	Sat Apr 27 00:40:09 2013	(r41508)
+++ head/ja_JP.eucJP/htdocs/internal/Makefile	Sat Apr 27 08:29:59 2013	(r41509)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 # The FreeBSD Japanese Documentation Project
-# Original revision: r39584
+# Original revision: r41462
 
 .if exists(../Makefile.conf)
 .include "../Makefile.conf"
@@ -11,6 +11,7 @@
 
 DOCS+=  about.xml
 #DOCS+=	bylaws.xml
+#DOCS+=	clusteradm.xml
 #DOCS+=	core-vote.xml
 #DOCS+= data.xml
 DOCS+=	developer.xml
@@ -34,7 +35,7 @@ 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"
+#.if !empty(hostname:M*.freebsd.org)
 #DOCS+=	homepage.xml
 #
 #.if !make(install)


More information about the svn-doc-all mailing list