From 0b5bbea867409a8b823ba50f5825e36ccae7ef63 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 3 May 2018 20:10:35 +0300 Subject: [PATCH] docs: Add support for clean --- docs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2