Skip to content

Commit

Permalink
Makefile option to build xml docs
Browse files Browse the repository at this point in the history
Change-Id: I15316f7a8e3fef679c9b322ef34d94848715b206
  • Loading branch information
steveb authored and Gauvain Pocentek committed Jul 2, 2014
1 parent c3f5942 commit 7e272cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ help:
@echo " qthelp to make HTML files and a qthelp project"
@echo " devhelp to make HTML files and a Devhelp project"
@echo " epub to make an epub"
@echo " xml to make Docutils-native XML files"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " latexpdf to make LaTeX files and run them through pdflatex"
@echo " text to make text files"
Expand Down Expand Up @@ -95,6 +96,11 @@ epub:
@echo
@echo "Build finished. The epub file is in $(BUILDDIR)/epub."

xml:
$(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
@echo
@echo "Build finished. The xml files are in $(BUILDDIR)/xml."

latex:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo
Expand Down

0 comments on commit 7e272cc

Please sign in to comment.