|
@@ -20,7 +20,7 @@ $(man_MANS): aria2c.rst
|
|
|
|
|
|
# Autogenerated rules by sphinx-quickstart
|
|
|
|
|
|
-.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
|
|
|
+.PHONY: help docclean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
|
|
|
|
|
|
help:
|
|
|
@echo "Please use \`make <target>' where <target> is one of"
|
|
@@ -41,7 +41,7 @@ help:
|
|
|
@echo " linkcheck to check all external links for integrity"
|
|
|
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
|
|
|
|
|
-clean:
|
|
|
+docclean:
|
|
|
-rm -rf $(BUILDDIR)/*
|
|
|
|
|
|
html:
|