commit:     e187278a7762c8e2a925f75b9d4544fedbe2600d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 13:57:52 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 13:57:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e187278a

Makefile: Recipe lines must begin with a TAB.

Fixes: 3c2491a9e3018d1fc98feaf5d3b91c4ad2e7013a
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d1515fb..7b5569f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: prereq validate build documents.js
 prereq:
        @type rsvg-convert >/dev/null 2>&1 || \
        { echo "gnome-base/librsvg required" >&2;\
-          exit 1; }
+         exit 1; }
        @type xsltproc >/dev/null 2>&1 || \
        { echo "dev-libs/libxslt is with python required" >&2;\
          exit 1; }

Reply via email to