Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kernel-doc: Update references to SGML to refs to XML instead.

Since the "sgmldocs" target is simply a pointer to the newer "xmldocs"
target, update the documentation to reflect this.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Robert P. J. Day and committed by
Jiri Kosina
01462c23 bcf312cf

+6 -5
+6 -5
Documentation/kernel-doc-nano-HOWTO.txt
··· 142 142 143 143 - Makefile 144 144 145 - The targets 'sgmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used 146 - to build DocBook files, PostScript files, PDF files, and html files 147 - in Documentation/DocBook. 145 + The targets 'xmldocs', 'psdocs', 'pdfdocs', and 'htmldocs' are used 146 + to build XML DocBook files, PostScript files, PDF files, and html files 147 + in Documentation/DocBook. The older target 'sgmldocs' is equivalent 148 + to 'xmldocs'. 148 149 149 150 - Documentation/DocBook/Makefile 150 151 ··· 159 158 subsystems (see Documentation/DocBook/*.tmpl), just type 'make 160 159 psdocs', or 'make pdfdocs', or 'make htmldocs', depending on your 161 160 preference. If you would rather read a different format, you can type 162 - 'make sgmldocs' and then use DocBook tools to convert 163 - Documentation/DocBook/*.sgml to a format of your choice (for example, 161 + 'make xmldocs' and then use DocBook tools to convert 162 + Documentation/DocBook/*.xml to a format of your choice (for example, 164 163 'db2html ...' if 'make htmldocs' was not defined). 165 164 166 165 If you want to see man pages instead, you can do this: