diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-17 23:46:35 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-23 23:50:48 +0200 |
commit | 18afab8c1d3c2a463eece561e9f15a1704b5eff9 (patch) | |
tree | f2b5b46e7ae8ed4d3b62ec7c1d8698a25082df64 /Makefile | |
parent | docs: disable KASLR when debugging kernel (diff) | |
download | linux-18afab8c1d3c2a463eece561e9f15a1704b5eff9.tar.xz linux-18afab8c1d3c2a463eece561e9f15a1704b5eff9.zip |
docs: Makefile: remove no-ops targets
After removal of DocBook, those targets are bogus.
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1467,7 +1467,7 @@ $(help-board-dirs): help-%: # Documentation targets # --------------------------------------------------------------------------- -DOC_TARGETS := xmldocs sgmldocs psdocs latexdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs linkcheckdocs +DOC_TARGETS := xmldocs latexdocs pdfdocs htmldocs epubdocs cleandocs linkcheckdocs PHONY += $(DOC_TARGETS) $(DOC_TARGETS): scripts_basic FORCE $(Q)$(MAKE) $(build)=Documentation $@ |