]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: fix DOCBOOKS=... building
authorJohannes Berg <johannes.berg@intel.com>
Thu, 22 May 2014 18:54:23 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 May 2014 16:37:30 +0000 (09:37 -0700)
commit36ffa1aa55cf9e203b2b4c54136d6ccfb5dfe365
tree4f9e655f4d706eb89cbc0b07befe13b946afd927
parent47028dfb5dc4546ec102f6d61cd1e1ac47dace51
Documentation: fix DOCBOOKS=... building

Prior to commit 49b9e18f2aa7 ("[media] DocBook: Move all media docbook
stuff into its own directory") it was possible to build only a single
(or more) book(s) by calling, for example

    make htmldocs DOCBOOKS=80211.xml

This now fails:

    cp: target `.../Documentation/DocBook//media_api' is not a directory

Ignore errors from that copy to make this possible again.

Fixes: 49b9e18f2aa7 ("[media] DocBook: Move all media docbook stuff into its own directory")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/DocBook/media/Makefile