Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Aug 2016 14:23:17 +0000 (10:23 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 7 Aug 2016 14:23:17 +0000 (10:23 -0400)
Pull documentation fixes from Jonathan Corbet:
 "Three fixes for the docs build, including removing an annoying warning
  on 'make help' if sphinx isn't present"

* tag 'doc-4.8-fixes' of git://git.lwn.net/linux:
  DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1
  Documenation: update cgroup's document path
  Documentation/sphinx: do not warn about missing tools in 'make help'

1  2 
Documentation/DocBook/Makefile
Documentation/Makefile.sphinx
Documentation/cgroup-v1/memcg_test.txt
Documentation/kernel-parameters.txt
Documentation/vm/page_migration
Documentation/vm/unevictable-lru.txt

@@@ -16,9 -14,19 +14,17 @@@ DOCBOOKS := z8530book.xml device-driver
            genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
            80211.xml debugobjects.xml sh.xml regulator.xml \
            alsa-driver-api.xml writing-an-alsa-driver.xml \
 -          tracepoint.xml gpu.xml media_api.xml w1.xml \
 +          tracepoint.xml w1.xml \
            writing_musb_glue_layer.xml crypto-API.xml iio.xml
  
 -include Documentation/DocBook/media/Makefile
 -
+ ifeq ($(DOCBOOKS),)
+ # Skip DocBook build if the user explicitly requested no DOCBOOKS.
+ .DEFAULT:
+       @echo "  SKIP    DocBook $@ target (DOCBOOKS=\"\" specified)."
+ else
  ###
  # The build process is as follows (targets):
  #              (xmldocs) [by docproc]
Simple merge
Simple merge
Simple merge
Simple merge