diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-17 18:46:35 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-23 15:50:48 -0600 |
commit | 18afab8c1d3c2a463eece561e9f15a1704b5eff9 (patch) | |
tree | f2b5b46e7ae8ed4d3b62ec7c1d8698a25082df64 /Makefile | |
parent | e604f1cb85367d2e5fd4cf253296d190996da81a (diff) | |
download | linux-18afab8c1d3c2a463eece561e9f15a1704b5eff9.tar.gz linux-18afab8c1d3c2a463eece561e9f15a1704b5eff9.tar.bz2 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 $@ |