X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2FDocBook%2FMakefile;fp=Documentation%2FDocBook%2FMakefile;h=64460a897f562d6fde9d2649885ab9c400e0b374;hb=52ddb7e9dd735c1a10722c58d3e069af4d3e6df2;hp=fb32ab85ea3abd802d8b5865e5148654ff2ae11a;hpb=bdf107d87eb8ce1d1313fee40f3de1a1029a3eca;p=cascardo%2Flinux.git diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index fb32ab85ea3a..64460a897f56 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -14,7 +14,7 @@ DOCBOOKS := z8530book.xml device-drivers.xml \ genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ 80211.xml debugobjects.xml sh.xml regulator.xml \ alsa-driver-api.xml writing-an-alsa-driver.xml \ - tracepoint.xml gpu.xml media_api.xml w1.xml \ + tracepoint.xml w1.xml \ writing_musb_glue_layer.xml crypto-API.xml iio.xml ifeq ($(DOCBOOKS),) @@ -25,8 +25,6 @@ ifeq ($(DOCBOOKS),) else -include Documentation/DocBook/media/Makefile - ### # The build process is as follows (targets): # (xmldocs) [by docproc] @@ -55,7 +53,6 @@ pdfdocs: $(PDF) HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS))) htmldocs: $(HTML) $(call cmd,build_main_index) - $(call install_media_images) MAN := $(patsubst %.xml, %.9, $(BOOKS)) mandocs: $(MAN) @@ -263,7 +260,7 @@ clean-files := $(DOCBOOKS) \ clean-dirs := $(patsubst %.xml,%,$(DOCBOOKS)) man -cleandocs: cleanmediadocs +cleandocs: $(Q)rm -f $(call objectify, $(clean-files)) $(Q)rm -rf $(call objectify, $(clean-dirs))