website-doc: force copy of the new HTML generated man pages

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2017-04-21 21:03:14 +02:00
parent 76ca65e0b2
commit 2b1c842a7d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function manhtml () {
cd ./docs
make manhtml
cd ..
cp -av ./docs/manhtml/* "$DOCBASE"
cp -afv ./docs/manhtml/* "$DOCBASE"
}