Fix broken EXTRA_DIST

This commit is contained in:
Nils Maier 2013-12-09 16:37:59 +01:00
parent 2db0c81fc8
commit 32e569ab16
4 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
# Configurations for aria2.
man_MANS = $(BUILDDIR)/man/aria2c.1
EXTRA_DIST = $(man_MANS) aria2c.rst libaria2.rst index.rst README.rst\
technical-notes.rst _static/default2.css mkapiref.py
technical-notes.rst mkapiref.py
if HAVE_SPHINXBUILD
$(man_MANS): aria2c.rst

View File

@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
# Configurations for aria2.
mandir = @mandir@/pt
man_MANS = $(BUILDDIR)/man/aria2c.1
EXTRA_DIST = $(man_MANS) aria2c.rst index.rst README.rst _static/default2.css
EXTRA_DIST = $(man_MANS) aria2c.rst index.rst README.rst
if HAVE_SPHINXBUILD
$(man_MANS): aria2c.rst

View File

@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
# Configurations for aria2.
mandir = @mandir@/ru
man_MANS = $(BUILDDIR)/man/aria2c.1
EXTRA_DIST = $(man_MANS) aria2c.rst index.rst _static/default2.css
EXTRA_DIST = $(man_MANS) aria2c.rst index.rst
if HAVE_SPHINXBUILD
$(man_MANS): aria2c.rst

View File

@ -140,7 +140,6 @@ SRCS = option_processing.cc\
PostDownloadHandler.h\
PreDownloadHandler.h\
SingletonHolder.h\
TrueRequestGroupCriteria.h\
a2algo.h\
a2functional.h\
a2io.h\