summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Vetter2016-06-14 22:42:10 +0200
committerDaniel Vetter2016-06-14 22:42:10 +0200
commitdb5dfef7121752ec9053160e0a7804815d4608c3 (patch)
tree6cdd00f9fcbaceadcf7e173ff671abbcf4f95711 /Makefile
parentdrm/virtio: Don't reinvent a flipping wheel (diff)
parentdocs: kernel-doc: Add "example" and "note" to the magic section types (diff)
downloadkernel-qcow2-linux-db5dfef7121752ec9053160e0a7804815d4608c3.tar.gz
kernel-qcow2-linux-db5dfef7121752ec9053160e0a7804815d4608c3.tar.xz
kernel-qcow2-linux-db5dfef7121752ec9053160e0a7804815d4608c3.zip
Merge tag 'sphinx-4.8' of git://git.lwn.net/linux into topic/drm-misc
Stable tag for sphinx work Pull current state of the sphinx rework from Jonathan into drm-misc so that we can start converting gpu.tmpl. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d1301ab59fd..801457b847a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1412,8 +1412,11 @@ $(help-board-dirs): help-%:
# Documentation targets
# ---------------------------------------------------------------------------
-%docs: scripts_basic FORCE
+DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs
+PHONY += $(DOC_TARGETS)
+$(DOC_TARGETS): scripts_basic FORCE
$(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype
+ $(Q)$(MAKE) $(build)=Documentation -f $(srctree)/Documentation/Makefile.sphinx $@
$(Q)$(MAKE) $(build)=Documentation/DocBook $@
else # KBUILD_EXTMOD