aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/translations
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-07-17 18:46:35 -0300
committerJonathan Corbet <corbet@lwn.net>2017-07-23 15:50:48 -0600
commit18afab8c1d3c2a463eece561e9f15a1704b5eff9 (patch)
treef2b5b46e7ae8ed4d3b62ec7c1d8698a25082df64 /Documentation/translations
parentdocs: disable KASLR when debugging kernel (diff)
downloadlinux-dev-18afab8c1d3c2a463eece561e9f15a1704b5eff9.tar.xz
linux-dev-18afab8c1d3c2a463eece561e9f15a1704b5eff9.zip
docs: Makefile: remove no-ops targets
After removal of DocBook, those targets are bogus. Reported-by: Jim Davis <jim.epost@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r--Documentation/translations/zh_CN/HOWTO2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/HOWTO b/Documentation/translations/zh_CN/HOWTO
index 11be075ba5fa..5f6d09edc9ac 100644
--- a/Documentation/translations/zh_CN/HOWTO
+++ b/Documentation/translations/zh_CN/HOWTO
@@ -149,9 +149,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
核源码的主目录中使用以下不同命令将会分别生成PDF、Postscript、HTML和手册
页等不同格式的文档:
make pdfdocs
- make psdocs
make htmldocs
- make mandocs
如何成为内核开发者