]> mj.ucw.cz Git - libucw.git/commitdiff
Configure::Doc: Add missing newlines in warnings
authorMartin Mares <mj@ucw.cz>
Mon, 11 Feb 2019 11:33:43 +0000 (12:33 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Feb 2019 11:33:43 +0000 (12:33 +0100)
ucw/perl/UCW/Configure/Doc.pm

index b1a701b4c69fb61c76d29161044de43a921be50e..fe3659257d19f2a31dc2bf7628a96ecd76e834ba 100644 (file)
@@ -20,9 +20,9 @@ if (!IsGiven("CONFIG_DOC") || IsSet("CONFIG_DOC")) {
                Set("CONFIG_DOC");
        } else {
                if (IsGiven("CONFIG_DOC")) {
-                       Fail("Need asciidoc >= 7");
+                       Fail("Need asciidoc >= 7\n");
                } else {
-                       Warn("Need asciidoc >= 7 to build documentation");
+                       Warn("Need asciidoc >= 7 to build documentation\n");
                        UnSet("CONFIG_DOC");
                }
        }