]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - Makefile
Add a target to check broken external links in the Documentation
authorRémy Léone <remy.leone@gmail.com>
Wed, 15 Feb 2017 12:16:35 +0000 (13:16 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 15 Feb 2017 22:22:47 +0000 (15:22 -0700)
commit62924fd789c6a381b772141f78a82361f46ae397
tree6a746a4b1a84681e0170ca8d849f55ed2ab2f076
parent72f8f677e3ec685865392846c356e08771d49f13
Add a target to check broken external links in the Documentation

Documentation shouldn't have broken links.
sphinx linkcheck builder scans all documents for external links, tries
to open them with urllib2, and writes an overview which ones are broken
and redirected to standard output and to output.txt in the output
directory.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Tested-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Rémy Léone <remy.leone@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile
Documentation/Makefile.sphinx
Documentation/media/Makefile
Makefile