From: SeongJae Park <sj38.park@gmail.com>
To: corbet@lwn.net
Cc: minchan@kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH 3/3] Documentation: Add HOWTO Korean translation into rst based build system
Date: Tue, 8 Nov 2016 21:26:09 +0900 [thread overview]
Message-ID: <20161108122609.26849-4-sj38.park@gmail.com> (raw)
In-Reply-To: <20161108122609.26849-1-sj38.park@gmail.com>
This commit adds Korean translation of HOWTO document into rst based
documentation build system.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
Documentation/index.rst | 8 ++++++++
Documentation/translations/ko_KR/{HOWTO => howto.rst} | 0
Documentation/translations/ko_KR/index.rst | 12 ++++++++++++
3 files changed, 20 insertions(+)
rename Documentation/translations/ko_KR/{HOWTO => howto.rst} (100%)
create mode 100644 Documentation/translations/ko_KR/index.rst
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 85a66270f96c..0a1b2747edf2 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -57,6 +57,14 @@ needed).
gpu/index
80211/index
+Korean translations
+-------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ translations/ko_KR/index
+
Indices and tables
==================
diff --git a/Documentation/translations/ko_KR/HOWTO b/Documentation/translations/ko_KR/howto.rst
similarity index 100%
rename from Documentation/translations/ko_KR/HOWTO
rename to Documentation/translations/ko_KR/howto.rst
diff --git a/Documentation/translations/ko_KR/index.rst b/Documentation/translations/ko_KR/index.rst
new file mode 100644
index 000000000000..0b695345abc7
--- /dev/null
+++ b/Documentation/translations/ko_KR/index.rst
@@ -0,0 +1,12 @@
+.. raw:: latex
+
+ \renewcommand\thesection*
+ \renewcommand\thesubsection*
+
+Korean translations
+===================
+
+.. toctree::
+ :maxdepth: 1
+
+ howto
--
2.10.0
next prev parent reply other threads:[~2016-11-08 12:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-08 12:26 [PATCH 0/3] Add howto.rst Korean translation into build system SeongJae Park
2016-11-08 12:26 ` [PATCH 1/3] docs/driver-api: Apply changed source file names SeongJae Park
2016-11-08 12:26 ` [PATCH 2/3] Documentation: Move translations into a sub-directory SeongJae Park
2016-11-08 12:26 ` SeongJae Park [this message]
2016-11-13 18:59 ` [PATCH 0/3] Add howto.rst Korean translation into build system Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161108122609.26849-4-sj38.park@gmail.com \
--to=sj38.park@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).