Skip to content

Commit

Permalink
Fix 'make distcheck' and add lost document template
Browse files Browse the repository at this point in the history
  • Loading branch information
flicker581 committed Apr 10, 2014
1 parent 497002f commit bcfa038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
EXTRA_DIST = _static _templates conf.py \
index.rst introduction.rst installation.rst \
configuration.rst sample_rulebase.rst internals.rst \
contacts.rst changes.rst \
contacts.rst changes.rst libraryapi.rst \
lognormalizer.rst license.rst graph.png

htmldir = $(docdir)
Expand All @@ -13,13 +13,13 @@ built_html = _build/html
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = -n -W -c $(srcdir)
#SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build

# Internal variables.
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) $(srcdir)

.PHONY: clean-local html-local man-local all-local dist-hook install-data-hook

Expand Down

0 comments on commit bcfa038

Please sign in to comment.