From: Loup Vaillant Date: Mon, 24 Aug 2020 17:20:28 +0000 (+0200) Subject: Fixed copy in man2html.sh X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b2ca8cb58480ecda2620a3238ad60a80a9f183db;p=Monocypher.git Fixed copy in man2html.sh --- diff --git a/doc/man2html.sh b/doc/man2html.sh index cf0aa21..334de0d 100755 --- a/doc/man2html.sh +++ b/doc/man2html.sh @@ -68,7 +68,7 @@ convert() { -Thtml "$MANS/$name.3monocypher" \ > "$DIR/html/$HTML/$name.html" done - cp style.css "$DIR/html/$HTML/" + cp "$DIR/style.css" "$DIR/html/$HTML/" } mkdir -p "$DIR/html"