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: Wed, 26 Feb 2020 18:59:24
Message-Id: 1582743428.f8ba2eb6afe1febc4337bde1b39ef55def0a85f3.ulm@gentoo
1 commit: f8ba2eb6afe1febc4337bde1b39ef55def0a85f3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 18:57:08 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 18:57:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f8ba2eb6
7
8 Makefile: Quieten the documents.js recipe.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index b93a85e..4879792 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -41,7 +41,7 @@ build: $(HTMLS) $(IMAGES)
20 # document in devmanual gets a unique ID, which is used to
21 # quickly tie search matches to the corresponding documents.
22 documents.js: bin/build_search_documents.py $(XMLS)
23 - ./bin/build_search_documents.py $(XMLS) > $@
24 + @./bin/build_search_documents.py $(XMLS) > $@ && echo "$@ built"
25
26 %.png : %.svg
27 rsvg-convert --output=$@ $<