From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FB93138350 for ; Wed, 26 Feb 2020 20:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BE6E08BF; Wed, 26 Feb 2020 20:41:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB8ECE092A for ; Wed, 26 Feb 2020 20:41:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 845A134F2B9 for ; Wed, 26 Feb 2020 20:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC2B148 for ; Wed, 26 Feb 2020 20:41:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1582749590.a5d9290cc058972d81deb8c325d570a4757e3c40.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: / X-VCS-Repository: proj/devmanual X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a5d9290cc058972d81deb8c325d570a4757e3c40 X-VCS-Branch: master Date: Wed, 26 Feb 2020 20:41:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a898291-0340-4cf0-9e01-3e3de2d1cc1f X-Archives-Hash: 26782facf0a1c01c814942f5f4db2dab commit: a5d9290cc058972d81deb8c325d570a4757e3c40 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 26 18:57:08 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 26 20:39:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a5d9290c Makefile: Quieten the documents.js recipe. Signed-off-by: Ulrich Müller gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b93a85e..4879792 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build: $(HTMLS) $(IMAGES) # document in devmanual gets a unique ID, which is used to # quickly tie search matches to the corresponding documents. documents.js: bin/build_search_documents.py $(XMLS) - ./bin/build_search_documents.py $(XMLS) > $@ + @./bin/build_search_documents.py $(XMLS) > $@ && echo "$@ built" %.png : %.svg rsvg-convert --output=$@ $<