aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-11 18:53:03 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-11 18:53:03 +0100
commit6a6029f1fc7b2cfeea8e231c8806d293d6644004 (patch)
treece187f3765d465f29b7e875d39f7e4ab63cd614b /doc/Makefile
parent1ee7e9a058f035926ef9d37ef58af409e0c3c998 (diff)
parentbae468bb60c31ed0a24193ba50fa5f6953d10d3a (diff)
Merge pull request #480 from bgamari/sphinx
Move documentation to ReStructuredText
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 5f88b708..f4356f43 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,8 @@
-include config.mk
+SPHINX_BUILD ?= sphinx-build
-XML_DOC = haddock
-INSTALL_XML_DOC = haddock
+all : html
-include docbook-xml.mk
+.PHONY : html
+
+html :
+ $(SPHINX_BUILD) -b html . .build-html