From 92feead4bb257a1423c4bcd55d0fedc3dce12692 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Feb 2010 13:35:14 +0000 Subject: Add epub target. --- docs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index 1980953ab..788cc94ee 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -78,3 +78,8 @@ linkcheck: @echo @echo "Link check complete; look for any errors in the above output " \ "or in .build/linkcheck/output.txt." + +epub: + $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) .build/epub + @echo + @echo "Build finished. The epub file is in .build/epub." -- cgit v1.2.3