aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-19 12:38:45 -0200
committerJonathan Corbet <corbet@lwn.net>2015-11-20 17:04:36 -0700
commit212775516e9c70a4ba5849c4a4a3d07908136cbc (patch)
treea497b2e063007984f0e8ad56f701323da9750265 /Documentation/DocBook
parentDocBook: Add a help message for DOCBOOKS env var (diff)
downloadlinux-dev-212775516e9c70a4ba5849c4a4a3d07908136cbc.tar.xz
linux-dev-212775516e9c70a4ba5849c4a4a3d07908136cbc.zip
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 <mchehab@osg.samsung.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/Makefile1
1 files changed, 0 insertions, 1 deletions
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))