]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fixed already exists error
authortcely <tcely@users.noreply.github.com>
Tue, 1 Aug 2017 04:06:54 +0000 (00:06 -0400)
committertcely <tcely@users.noreply.github.com>
Thu, 24 May 2018 15:32:44 +0000 (11:32 -0400)
docs/Makefile.am

index af10ac730d5f67415f6ddd2fc27509eb2b7d8ee0..98418a1a82b1570b3a3892c70f2d1585240ad6ff 100644 (file)
@@ -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