]> git.codecow.com Git - Monocypher.git/commitdiff
Erase old html files before generating the new ones
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 14 Oct 2017 15:40:13 +0000 (17:40 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 14 Oct 2017 15:40:13 +0000 (17:40 +0200)
doc/man2html.sh

index eec53ef5488cd20860810850e054002bf8ea2227..69dcadf147a162b7d571202ac68823774a6b6276 100755 (executable)
@@ -2,6 +2,9 @@
 
 DIR=$(dirname "$0")
 
+# clean before build
+rm -rf "$DIR/html/*.html"
+
 for name in $(ls -1 "$DIR/man/man3/" | sed 's/.3monocypher//')
 do
     mandoc                            \