diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 10:50:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 07:44:19 -0400 |
commit | cb43fb5775dffb36416067be87327966200ee3b6 (patch) | |
tree | 53b531ffe7b8812ee7b99aba3130bbccee638383 /Makefile | |
parent | 415008af321999f502c281cae617037b3738d127 (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-- | Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1298,7 +1298,7 @@ clean: archclean vmlinuxclean | |||
1298 | # | 1298 | # |
1299 | mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) | 1299 | mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS)) |
1300 | mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) | 1300 | mrproper: rm-files := $(wildcard $(MRPROPER_FILES)) |
1301 | mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts) | 1301 | mrproper-dirs := $(addprefix _mrproper_,scripts) |
1302 | 1302 | ||
1303 | PHONY += $(mrproper-dirs) mrproper archmrproper | 1303 | PHONY += $(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-%: | |||
1453 | DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs | 1451 | DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs |
1454 | PHONY += $(DOC_TARGETS) | 1452 | PHONY += $(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 | ||
1460 | else # KBUILD_EXTMOD | 1457 | else # KBUILD_EXTMOD |
1461 | 1458 | ||