From: Mauro Carvalho Chehab Date: Thu, 19 Nov 2015 14:38:45 +0000 (-0200) Subject: DocBook: Cleanup: remove an unused $(call) line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=212775516e9c70a4ba5849c4a4a3d07908136cbc;p=deliverable%2Flinux.git DocBook: Cleanup: remove an unused $(call) line 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index bab296c5f565..5b4176673ada 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -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))