diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 17:50:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 14:44:19 +0300 |
commit | ff41c41943de489ccb12d064faae1e32265f7d56 (patch) | |
tree | 655c01ff8ca0b51992d712d1145ac038ea1d4be1 /Documentation/translations/ja_JP/howto.rst | |
parent | cb43fb5775dffb36416067be87327966200ee3b6 (diff) | |
download | linux-ff41c41943de489ccb12d064faae1e32265f7d56.tar.xz |
docs: update old references for DocBook from the documentation
DocBook is mentioned several times at the documentation. Update
the obsolete references from it at the DocBook.
Acked-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/translations/ja_JP/howto.rst')
-rw-r--r-- | Documentation/translations/ja_JP/howto.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/translations/ja_JP/howto.rst b/Documentation/translations/ja_JP/howto.rst index 4511eed0fabb..8d7ed0cbbf5f 100644 --- a/Documentation/translations/ja_JP/howto.rst +++ b/Documentation/translations/ja_JP/howto.rst @@ -197,13 +197,6 @@ ReSTマークアップを使ったドキュメントは Documentation/outputに make latexdocs make epubdocs -現在、幾つかの DocBook形式で書かれたドキュメントは ReST形式に転換中で -す。それらのドキュメントはDocumentation/DocBook ディレクトリに生成され、 -Postscript または man ページの形式を生成するには以下のようにします - :: - - make psdocs - make mandocs - カーネル開発者になるには ------------------------ |