Skip to content

Commit

Permalink
Fix #4: Add docs to distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 20, 2016
1 parent 76babeb commit ccf070f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Makefile for Sphinx documentation

SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
DOXYGEN = doxygen
EXTRA_DIST = Doxyfile conf.py index.rst requirements.txt

# TODO: detect programs by autoconf
BUILDDIR = build
DOXYGEN = doxygen
PAPER =
SPHINXBUILD = sphinx-build
SPHINXOPTS =

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

clean-local:
rm -rf $(BUILDDIR) doxyxml
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
breathe
sphinx

0 comments on commit ccf070f

Please sign in to comment.