Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: /
Date: Fri, 07 Feb 2020 14:01:10
Message-Id: 1581083872.e187278a7762c8e2a925f75b9d4544fedbe2600d.ulm@gentoo
1 commit: e187278a7762c8e2a925f75b9d4544fedbe2600d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:57:52 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 13:57:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e187278a
7
8 Makefile: Recipe lines must begin with a TAB.
9
10 Fixes: 3c2491a9e3018d1fc98feaf5d3b91c4ad2e7013a
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 Makefile | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/Makefile b/Makefile
17 index d1515fb..7b5569f 100644
18 --- a/Makefile
19 +++ b/Makefile
20 @@ -15,7 +15,7 @@ all: prereq validate build documents.js
21 prereq:
22 @type rsvg-convert >/dev/null 2>&1 || \
23 { echo "gnome-base/librsvg required" >&2;\
24 - exit 1; }
25 + exit 1; }
26 @type xsltproc >/dev/null 2>&1 || \
27 { echo "dev-libs/libxslt is with python required" >&2;\
28 exit 1; }