diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 12:38:45 -0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-11-20 17:04:36 -0700 |
commit | 212775516e9c70a4ba5849c4a4a3d07908136cbc (patch) | |
tree | a497b2e063007984f0e8ad56f701323da9750265 /Documentation/DocBook/Makefile | |
parent | e57f0796d6d05b04653876d397b1ba0ec0a0a5eb (diff) | |
download | blackbird-op-linux-212775516e9c70a4ba5849c4a4a3d07908136cbc.tar.gz blackbird-op-linux-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/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 1 |
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)) |