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 /Documentation/Makefile | |
parent | e604f1cb85367d2e5fd4cf253296d190996da81a (diff) | |
download | linux-18afab8c1d3c2a463eece561e9f15a1704b5eff9.tar.bz2 |
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 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index a42320385df3..d75c00e3aadb 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -95,16 +95,6 @@ endif # HAVE_SPHINX # The following targets are independent of HAVE_SPHINX, and the rules should # work or silently pass without Sphinx. -# no-ops for the Sphinx toolchain -sgmldocs: - @: -psdocs: - @: -mandocs: - @: -installmandocs: - @: - cleandocs: $(Q)rm -rf $(BUILDDIR) $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean |