mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 11:01:38 +00:00
Remove clean-local not to remove generated man pages with make clean
Because we don't require sphinx-doc to build distributed archive, the man pages are generated when making distribution. And We want to keep the generated man pages with `make clean` there.
This commit is contained in:
parent
ce9eec5cb2
commit
91e0fdbc24
@ -141,5 +141,3 @@ doctest:
|
||||
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
|
||||
@echo "Testing of doctests in the sources finished, look at the " \
|
||||
"results in $(BUILDDIR)/doctest/output.txt."
|
||||
|
||||
clean-local: docclean
|
||||
|
@ -137,5 +137,3 @@ doctest:
|
||||
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
|
||||
@echo "Testing of doctests in the sources finished, look at the " \
|
||||
"results in $(BUILDDIR)/doctest/output.txt."
|
||||
|
||||
clean-local: docclean
|
||||
|
@ -137,5 +137,3 @@ doctest:
|
||||
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
|
||||
@echo "Testing of doctests in the sources finished, look at the " \
|
||||
"results in $(BUILDDIR)/doctest/output.txt."
|
||||
|
||||
clean-local: docclean
|
||||
|
Loading…
Reference in New Issue
Block a user