diff options
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 10 |
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 | ||
22 | include 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) | |||
49 | HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) | 47 | HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) |
50 | htmldocs: $(HTML) | 48 | htmldocs: $(HTML) |
51 | $(call cmd,build_main_index) | 49 | $(call cmd,build_main_index) |
52 | $(call install_media_images) | ||
53 | 50 | ||
54 | MAN := $(patsubst %.xml, %.9, $(BOOKS)) | 51 | MAN := $(patsubst %.xml, %.9, $(BOOKS)) |
55 | mandocs: $(MAN) | 52 | mandocs: $(MAN) |
@@ -219,9 +216,6 @@ silent_gen_xml = : | |||
219 | 216 | ||
220 | else | 217 | else |
221 | 218 | ||
222 | # Needed, due to cleanmediadocs | ||
223 | include Documentation/DocBook/media/Makefile | ||
224 | |||
225 | htmldocs: | 219 | htmldocs: |
226 | pdfdocs: | 220 | pdfdocs: |
227 | psdocs: | 221 | psdocs: |
@@ -269,7 +263,7 @@ clean-files := $(DOCBOOKS) \ | |||
269 | 263 | ||
270 | clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man | 264 | clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man |
271 | 265 | ||
272 | cleandocs: cleanmediadocs | 266 | cleandocs: |
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 | ||