|
@@ -218,7 +218,7 @@ silent_gen_xml = :
|
|
|
###
|
|
|
# Help targets as used by the top-level makefile
|
|
|
dochelp:
|
|
|
- @echo ' Linux kernel internal documentation in different formats:'
|
|
|
+ @echo ' Linux kernel internal documentation in different formats (DocBook):'
|
|
|
@echo ' htmldocs - HTML'
|
|
|
@echo ' pdfdocs - PDF'
|
|
|
@echo ' psdocs - Postscript'
|
|
@@ -227,7 +227,7 @@ dochelp:
|
|
|
@echo ' installmandocs - install man pages generated by mandocs'
|
|
|
@echo ' cleandocs - clean all generated DocBook files'
|
|
|
@echo
|
|
|
- @echo 'make DOCBOOKS="s1.xml s2.xml" [target] Generate only docs s1.xml s2.xml'
|
|
|
+ @echo ' make DOCBOOKS="s1.xml s2.xml" [target] Generate only docs s1.xml s2.xml'
|
|
|
@echo ' valid values for DOCBOOKS are: $(DOCBOOKS)'
|
|
|
|
|
|
|