Merge pull request #3105 from opensourcerouting/fix/sphinx-stamp

doc: Use `mv -f` in Makefile
This commit is contained in:
Quentin Young 2018-10-01 12:35:45 -04:00 committed by GitHub
commit d236e76b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ doc/%/_build/man/man.stamp: doc/%/_build/.doctrees/environment.pickle
$(MKDIR_P) "$${subdoc}/_build/man"; touch $@.tmp; \
$(SPHINXBUILD) -a -q -b man -d "$${subdoc}/_build/.doctrees" \
$(ALLSPHINXOPTS) "$(top_srcdir)/$${subdoc}" "$${subdoc}/_build/man" && \
mv $@.tmp $@ \
mv -f $@.tmp $@ \
)
#