svn commit: r51185 - in head/zh_TW.UTF-8: books htdocs

Ruey-Cherng Yu rcyu at FreeBSD.org
Tue Nov 7 08:38:15 UTC 2017


Author: rcyu
Date: Tue Nov  7 08:36:58 2017
New Revision: 51185
URL: https://svnweb.freebsd.org/changeset/doc/51185

Log:
  - Uncomment to start building the FAQ in zh_TW.
  - Change the hyperlink of FAQ in index.xsl from English version to zh_TW version.

Modified:
  head/zh_TW.UTF-8/books/Makefile
  head/zh_TW.UTF-8/htdocs/index.xsl

Modified: head/zh_TW.UTF-8/books/Makefile
==============================================================================
--- head/zh_TW.UTF-8/books/Makefile	Tue Nov  7 04:28:06 2017	(r51184)
+++ head/zh_TW.UTF-8/books/Makefile	Tue Nov  7 08:36:58 2017	(r51185)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 SUBDIR = developers-handbook
-#SUBDIR+= faq
+SUBDIR+= faq
 SUBDIR+= fdp-primer
 SUBDIR+= handbook
 SUBDIR+= porters-handbook

Modified: head/zh_TW.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_TW.UTF-8/htdocs/index.xsl	Tue Nov  7 04:28:06 2017	(r51184)
+++ head/zh_TW.UTF-8/htdocs/index.xsl	Tue Nov  7 08:36:58 2017	(r51185)
@@ -141,7 +141,7 @@
 					  <a href="&enbase;/support/bugreports.html" title="問題回報">問題回報</a>
 					</li>
 					<li>
-					  <a href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a>
+					  <a href="&enbase;/doc/zh_TW.UTF-8/books/faq/index.html" title="FAQ">FAQ</a>
 					</li>
 					<li>
 					  <a href="&enbase;/doc/zh_TW.UTF-8/books/handbook/index.html" title="使用手冊">使用手冊</a>


More information about the svn-doc-all mailing list