summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r--Documentation/DocBook/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 01bab5014a4a..2bfd664b5e35 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -16,11 +16,9 @@ DOCBOOKS := z8530book.xml device-drivers.xml \
16 genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ 16 genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
17 80211.xml debugobjects.xml sh.xml regulator.xml \ 17 80211.xml debugobjects.xml sh.xml regulator.xml \
18 alsa-driver-api.xml writing-an-alsa-driver.xml \ 18 alsa-driver-api.xml writing-an-alsa-driver.xml \
19 tracepoint.xml gpu.xml media_api.xml w1.xml \ 19 tracepoint.xml gpu.xml w1.xml \
20 writing_musb_glue_layer.xml crypto-API.xml iio.xml 20 writing_musb_glue_layer.xml crypto-API.xml iio.xml
21 21
22include Documentation/DocBook/media/Makefile
23
24### 22###
25# The build process is as follows (targets): 23# The build process is as follows (targets):
26# (xmldocs) [by docproc] 24# (xmldocs) [by docproc]
@@ -49,7 +47,6 @@ pdfdocs: $(PDF)
49HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) 47HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
50htmldocs: $(HTML) 48htmldocs: $(HTML)
51 $(call cmd,build_main_index) 49 $(call cmd,build_main_index)
52 $(call install_media_images)
53 50
54MAN := $(patsubst %.xml, %.9, $(BOOKS)) 51MAN := $(patsubst %.xml, %.9, $(BOOKS))
55mandocs: $(MAN) 52mandocs: $(MAN)
@@ -219,9 +216,6 @@ silent_gen_xml = :
219 216
220else 217else
221 218
222# Needed, due to cleanmediadocs
223include Documentation/DocBook/media/Makefile
224
225htmldocs: 219htmldocs:
226pdfdocs: 220pdfdocs:
227psdocs: 221psdocs:
@@ -269,7 +263,7 @@ clean-files := $(DOCBOOKS) \
269 263
270clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man 264clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man
271 265
272cleandocs: cleanmediadocs 266cleandocs:
273 $(Q)rm -f $(call objectify, $(clean-files)) 267 $(Q)rm -f $(call objectify, $(clean-files))
274 $(Q)rm -rf $(call objectify, $(clean-dirs)) 268 $(Q)rm -rf $(call objectify, $(clean-dirs))
275 269