Documentation/sphinx: add basic working Sphinx configuration and build
[cascardo/linux.git] / Documentation / DocBook / Makefile
index d70f9b6..e0c7e1e 100644 (file)
@@ -33,10 +33,6 @@ PDF_METHOD   = $(prefer-db2x)
 PS_METHOD      = $(prefer-db2x)
 
 
-###
-# The targets that may be used.
-PHONY += xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs cleandocs
-
 targets += $(DOCBOOKS)
 BOOKS := $(addprefix $(obj)/,$(DOCBOOKS))
 xmldocs: $(BOOKS)
@@ -63,6 +59,9 @@ installmandocs: mandocs
                sort -k 2 -k 1 | uniq -f 1 | sed -e 's: :/:' | \
                xargs install -m 644 -t /usr/local/man/man9/
 
+# no-op for the DocBook toolchain
+epubdocs:
+
 ###
 #External programs used
 KERNELDOCXMLREF = $(srctree)/scripts/kernel-doc-xml-ref