From: tcely Date: Tue, 1 Aug 2017 04:06:54 +0000 (-0400) Subject: fixed already exists error X-Git-Tag: dnsdist-1.4.0-rc3~42^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0db01fdf81935d53e335568ed369611b730af6;p=thirdparty%2Fpdns.git fixed already exists error --- diff --git a/docs/Makefile.am b/docs/Makefile.am index af10ac730d..98418a1a82 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -63,7 +63,7 @@ if HAVE_VIRTUALENV if !HAVE_MANPAGES $(MANPAGES_DIST): %: manpages/%.rst .venv .venv/bin/python -msphinx -b man . mans $< - mv mans/$@ $@ + mv mans/$@ $@; rm -rf mans endif # if !HAVE_MANPAGES .venv: requirements.txt