svn commit: r41512 - in head/ja_JP.eucJP/htdocs: . FAQ tutorials

Ryusuke SUZUKI ryusuke at FreeBSD.org
Sat Apr 27 14:18:13 UTC 2013


Author: ryusuke
Date: Sat Apr 27 14:18:12 2013
New Revision: 41512
URL: http://svnweb.freebsd.org/changeset/doc/41512

Log:
  - Merge the following from the English version:
  
  	r37491 -> r41060	head/ja_JP.eucJP/htdocs/Makefile
  
  - Remove FAQ, availability, tutorial redirects.

Deleted:
  head/ja_JP.eucJP/htdocs/FAQ/
  head/ja_JP.eucJP/htdocs/availability.xml
  head/ja_JP.eucJP/htdocs/tutorials/
Modified:
  head/ja_JP.eucJP/htdocs/Makefile

Modified: head/ja_JP.eucJP/htdocs/Makefile
==============================================================================
--- head/ja_JP.eucJP/htdocs/Makefile	Sat Apr 27 13:25:14 2013	(r41511)
+++ head/ja_JP.eucJP/htdocs/Makefile	Sat Apr 27 14:18:12 2013	(r41512)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 # The FreeBSD Japanese Documentation Project
-# Original revision: 1.148
+# Original revision: r41060
 
 .if exists(../Makefile.conf)
 .include "../Makefile.conf"
@@ -15,7 +15,6 @@ DOCS=  about.xml
 #DOCS+= administration.xml
 DOCS+= applications.xml
 #DOCS+= art.xml
-DOCS+= availability.xml
 DOCS+= docs.xml
 DOCS+= features.xml
 DOCS+= internet.xml
@@ -27,6 +26,7 @@ DOCS+= relnotes.xml
 DOCS+= send-pr.xml
 DOCS+= support.xml
 DOCS+= where.xml
+#DOCS+= 4xx.xml
 
 # Japanese-only file
 DOCS+= jabout.xml
@@ -35,9 +35,9 @@ XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
 DEPENDSET.index=transtable mirrors news press events \
 		advisories notices
 
-XMLDOCS+=       usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
+XMLDOCS+=	usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
 DEPENDSET.usergroups=transtable usergroups
-PARAMS.usergroups=      --param pagename "'FreeBSD User Groups'"
+PARAMS.usergroups=	--param pagename "'FreeBSD User Groups'"
 
 XMLDOCS+=	community::${XML_EVENTS_EVENTS}:
 DEPENDSET.community=usergroups events
@@ -46,12 +46,12 @@ DEPENDSET.community=usergroups events
 
 #DATA=	favicon.ico
 DATA+=	freebsd.css
+#DATA+=	google6bb24ed0b804d5e9.html
+#DATA+=	index.css
 #DATA+=	robots.txt
-#DATA+= vendors.html
 
 # Subdirectories
 # XML
-SUBDIR= FAQ
 #SUBDIR+= advocacy
 SUBDIR+= commercial
 SUBDIR+= community
@@ -66,8 +66,6 @@ SUBDIR+= handbook
 SUBDIR+= internal
 #SUBDIR+= ipv6
 SUBDIR+= java
-#SUBDIR+= kse
-#SUBDIR+= layout
 #SUBDIR+= marketing
 #SUBDIR+= multimedia
 SUBDIR+= news
@@ -81,7 +79,6 @@ SUBDIR+= search
 SUBDIR+= security
 SUBDIR+= snapshots
 SUBDIR+= support
-SUBDIR+= tutorials
 
 .if !defined(WEB_ONLY) || empty(WEB_ONLY)
 SUBDIR+= doc


More information about the svn-doc-all mailing list