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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C368D15807B for ; Fri, 1 Nov 2024 11:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1337DE0999; Fri, 1 Nov 2024 11:20:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECE02E0999 for ; Fri, 1 Nov 2024 11:20:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDA073430C7 for ; Fri, 1 Nov 2024 11:20:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37A5811DF for ; Fri, 1 Nov 2024 11:20:27 +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: <1730402854.e541eca137b72837ac5bc1218e6952c35752c873.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: e541eca137b72837ac5bc1218e6952c35752c873 X-VCS-Branch: master Date: Fri, 1 Nov 2024 11:20:27 +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: 2ba25cd6-0bee-4846-a048-1fcb684224e3 X-Archives-Hash: 9af4d6a77b0be05471480450c133915d commit: e541eca137b72837ac5bc1218e6952c35752c873 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 31 19:27:34 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 31 19:27:34 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e541eca1 Makefile: More specific prerequisites for install target Signed-off-by: Ulrich Müller gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fbbd90..d022a32 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ appendices/todo-list/index.html: $(XMLS) .depend: $(XMLS) eclass-reference/text.xml depend.xsl devbook.xsl @xsltproc depend.xsl $(XMLS) > $@ -install: all +install: build documents.js set -e; \ for file in $(HTMLS) $(ECLASS_HTMLS) $(IMAGES); do \ install -d "$(DESTDIR)$(htmldir)"/$${file%/*}; \