Add a target for building the docs as an epub.

This commit is contained in:
Dave Page 2019-03-12 14:33:46 +00:00
parent 25b8a909b1
commit a502019e20

View File

@ -92,6 +92,9 @@ docs:
docs-pdf:
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx latexpdf
docs-epub:
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 $(MAKE) -C docs/en_US -f Makefile.sphinx epub
messages: msg-extract msg-update msg-compile
msg-compile: