* [PATCH] docbook: fix broken media build
@ 2011-03-26 20:28 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2011-03-26 20:28 UTC (permalink / raw)
To: lkml; +Cc: linux-media, torvalds
From: Randy Dunlap <randy.dunlap@oracle.com>
DocBook/v4l/ no longer has any *.png files, so the 'cp' command fails,
breaking the build. Drop the *.png cp.
cp: cannot stat `linux-2.6.38-git18/Documentation/DocBook/v4l/*.png': No such file or directory
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/DocBook/Makefile | 1 -
1 file changed, 1 deletion(-)
--- linux-2.6.38-git18.orig/Documentation/DocBook/Makefile
+++ linux-2.6.38-git18/Documentation/DocBook/Makefile
@@ -55,7 +55,6 @@ mandocs: $(MAN)
build_images = mkdir -p $(objtree)/Documentation/DocBook/media/ && \
cp $(srctree)/Documentation/DocBook/dvb/*.png \
$(srctree)/Documentation/DocBook/v4l/*.gif \
- $(srctree)/Documentation/DocBook/v4l/*.png \
$(objtree)/Documentation/DocBook/media/
xmldoclinks:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-26 20:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-26 20:28 [PATCH] docbook: fix broken media build Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®