DocBook: Cleanup: remove an unused $(call) line
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 14:38:45 +0000 (12:38 -0200)
committerJonathan Corbet <corbet@lwn.net>
Sat, 21 Nov 2015 00:04:36 +0000 (17:04 -0700)
There's no build_images function to call. So remove it.

This is just a cleanup patch, with doesn't affect the build.

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

index bab296c5f5651f5afd2f5cc7e70ddc85b88d1107..5b4176673ada43e4866ec3bb98dfdbfa8e4405fa 100644 (file)
@@ -51,7 +51,6 @@ pdfdocs: $(PDF)
 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
 htmldocs: $(HTML)
        $(call build_main_index)
-       $(call build_images)
        $(call install_media_images)
 
 MAN := $(patsubst %.xml, %.9, $(BOOKS))
This page took 0.084203 seconds and 5 git commands to generate.