From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1329490-garchives=archives.gentoo.org@lists.gentoo.org> 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 EA2F3158086 for <garchives@archives.gentoo.org>; Mon, 11 Oct 2021 10:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F9BE0827; Mon, 11 Oct 2021 10:53:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D98E2E0827 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Oct 2021 10:53:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A2863434AC for <gentoo-commits@lists.gentoo.org>; Mon, 11 Oct 2021 10:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562298E for <gentoo-commits@lists.gentoo.org>; Mon, 11 Oct 2021 10:53:52 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1633949589.76f83d067b2ba64c7c1dca6659aa47bcefdca92d.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: 76f83d067b2ba64c7c1dca6659aa47bcefdca92d X-VCS-Branch: master Date: Mon, 11 Oct 2021 10:53:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b0863ef-8692-4bcf-b2c1-5c0efed2aa6f X-Archives-Hash: 24de8579abc54b2b9eaf164ef815cd55 commit: 76f83d067b2ba64c7c1dca6659aa47bcefdca92d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 11 10:53:09 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Oct 11 10:53:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=76f83d06 Makefile: Suppress warning about missing eclass-reference/text.xml 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 cf57852..3409931 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ eclass-reference/text.xml: # the previous and next documents (for backward and forward links). # Generate the list of dependencies with XSLT, which appears to be a # better tool for this than make. -.depend: $(XMLS) depend.xsl devbook.xsl +.depend: $(XMLS) eclass-reference/text.xml depend.xsl devbook.xsl @xsltproc depend.xsl $(XMLS) | sed ':x;s%[^ /]*/\.\./%%;tx' > $@ install: all