diff options
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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." |
