summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 10:50:01 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 07:44:19 -0400
commitcb43fb5775dffb36416067be87327966200ee3b6 (patch)
tree53b531ffe7b8812ee7b99aba3130bbccee638383 /Makefile
parent415008af321999f502c281cae617037b3738d127 (diff)
docs: remove DocBook from the building system
Now that we don't have any DocBook anymore, remove it from the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 220121fdca4d..80be98ccca60 100644
--- a/Makefile
+++ b/Makefile
@@ -1298,7 +1298,7 @@ clean: archclean vmlinuxclean
1298# 1298#
1299mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) 1299mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))
1300mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) 1300mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1301mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts) 1301mrproper-dirs := $(addprefix _mrproper_,scripts)
1302 1302
1303PHONY += $(mrproper-dirs) mrproper archmrproper 1303PHONY += $(mrproper-dirs) mrproper archmrproper
1304$(mrproper-dirs): 1304$(mrproper-dirs):
@@ -1400,9 +1400,7 @@ help:
1400 @$(MAKE) $(build)=$(package-dir) help 1400 @$(MAKE) $(build)=$(package-dir) help
1401 @echo '' 1401 @echo ''
1402 @echo 'Documentation targets:' 1402 @echo 'Documentation targets:'
1403 @$(MAKE) -f $(srctree)/Documentation/Makefile.sphinx dochelp 1403 @$(MAKE) -f $(srctree)/Documentation/Makefile dochelp
1404 @echo ''
1405 @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
1406 @echo '' 1404 @echo ''
1407 @echo 'Architecture specific targets ($(SRCARCH)):' 1405 @echo 'Architecture specific targets ($(SRCARCH)):'
1408 @$(if $(archhelp),$(archhelp),\ 1406 @$(if $(archhelp),$(archhelp),\
@@ -1453,9 +1451,8 @@ $(help-board-dirs): help-%:
1453DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs 1451DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs
1454PHONY += $(DOC_TARGETS) 1452PHONY += $(DOC_TARGETS)
1455$(DOC_TARGETS): scripts_basic FORCE 1453$(DOC_TARGETS): scripts_basic FORCE
1456 $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype 1454 $(Q)$(MAKE) $(build)=scripts build_docproc
1457 $(Q)$(MAKE) $(build)=Documentation -f $(srctree)/Documentation/Makefile.sphinx $@ 1455 $(Q)$(MAKE) $(build)=Documentation $@
1458 $(Q)$(MAKE) $(build)=Documentation/DocBook $@
1459 1456
1460else # KBUILD_EXTMOD 1457else # KBUILD_EXTMOD
1461 1458