From: Aki Tuomi Date: Thu, 3 May 2018 17:10:35 +0000 (+0300) Subject: docs: Add support for clean X-Git-Tag: dnsdist-1.3.1~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6568%2Fhead;p=thirdparty%2Fpdns.git docs: Add support for clean --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 0b234dd764..8aecefdc2f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -72,6 +72,10 @@ endif # if !HAVE_MANPAGES PowerDNS-Authoritative.pdf \ html-docs.tar.bz2 +clean-local: + rm -f latex/PowerDNS-Authoritative.pdf $(MANPAGES_DIST) html-docs.tar.bz2 + rm -rf mans + html-docs: common/** manpages/** .venv *.rst .venv/bin/python -msphinx -b html . html-docs