mirror of https://github.com/aria2/aria2
Fix broken EXTRA_DIST
parent
2db0c81fc8
commit
32e569ab16
|
@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
|
||||||
# Configurations for aria2.
|
# Configurations for aria2.
|
||||||
man_MANS = $(BUILDDIR)/man/aria2c.1
|
man_MANS = $(BUILDDIR)/man/aria2c.1
|
||||||
EXTRA_DIST = $(man_MANS) aria2c.rst libaria2.rst index.rst README.rst\
|
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
|
if HAVE_SPHINXBUILD
|
||||||
$(man_MANS): aria2c.rst
|
$(man_MANS): aria2c.rst
|
||||||
|
|
|
@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
|
||||||
# Configurations for aria2.
|
# Configurations for aria2.
|
||||||
mandir = @mandir@/pt
|
mandir = @mandir@/pt
|
||||||
man_MANS = $(BUILDDIR)/man/aria2c.1
|
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
|
if HAVE_SPHINXBUILD
|
||||||
$(man_MANS): aria2c.rst
|
$(man_MANS): aria2c.rst
|
||||||
|
|
|
@ -14,7 +14,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c
|
||||||
# Configurations for aria2.
|
# Configurations for aria2.
|
||||||
mandir = @mandir@/ru
|
mandir = @mandir@/ru
|
||||||
man_MANS = $(BUILDDIR)/man/aria2c.1
|
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
|
if HAVE_SPHINXBUILD
|
||||||
$(man_MANS): aria2c.rst
|
$(man_MANS): aria2c.rst
|
||||||
|
|
|
@ -140,7 +140,6 @@ SRCS = option_processing.cc\
|
||||||
PostDownloadHandler.h\
|
PostDownloadHandler.h\
|
||||||
PreDownloadHandler.h\
|
PreDownloadHandler.h\
|
||||||
SingletonHolder.h\
|
SingletonHolder.h\
|
||||||
TrueRequestGroupCriteria.h\
|
|
||||||
a2algo.h\
|
a2algo.h\
|
||||||
a2functional.h\
|
a2functional.h\
|
||||||
a2io.h\
|
a2io.h\
|
||||||
|
|
Loading…
Reference in New Issue