DocBook: Add a help message for DOCBOOKS env var
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 14:38:44 +0000 (12:38 -0200)
committerJonathan Corbet <corbet@lwn.net>
Sat, 21 Nov 2015 00:04:26 +0000 (17:04 -0700)
Sometimes, it is needed to compile only a subset of the possible
DocBooks. This is supported by the building system, but it is not
docummented. Add a documentation for it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile

index 91f6d89..bab296c 100644 (file)
@@ -227,6 +227,10 @@ dochelp:
        @echo  '  mandocs         - man pages'
        @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  '  valid values for DOCBOOKS are: $(DOCBOOKS)'
+
 
 ###
 # Temporary files left by various tools