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 E8A0B1382C5 for ; Mon, 25 Jan 2021 10:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1324AE09ED; Mon, 25 Jan 2021 10:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9D8CE09ED for ; Mon, 25 Jan 2021 10:34:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A64A340B1E for ; Mon, 25 Jan 2021 10:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FA62B9 for ; Mon, 25 Jan 2021 10:34:25 +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: <1611570832.e6f7e84f131a236fdcf272044432daf79fe34f34.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: e6f7e84f131a236fdcf272044432daf79fe34f34 X-VCS-Branch: master Date: Mon, 25 Jan 2021 10:34:25 +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: 80b60d39-1cfb-4e9d-9e75-0a4ead2faedc X-Archives-Hash: 49bb4db835f40f1c025b4f4b1a80a00d commit: e6f7e84f131a236fdcf272044432daf79fe34f34 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 25 10:33:52 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 25 10:33:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e6f7e84f Makefile: Add eclass-reference/text.xml target For the time being, this is only intended as a fallback. It doesn't have any prerequisites on purpose, so it will be a no-op if the target file exists. Signed-off-by: Ulrich Müller gentoo.org> Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e516e15..8eb405c 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,9 @@ documents.js: bin/build_search_documents.py $(XMLS) %.html: $$(dir $$@)text.xml devbook.xsl xsl/*.xsl xsltproc --param offline "$(OFFLINE)" devbook.xsl $< > $@ +eclass-reference/text.xml: + bin/gen-eclass-html.sh + # Each HTML file must depend on its XML file with all its descendants # (for the contents tree), all its ancestors (for breadcrumbs), and # the previous and next documents (for backward and forward links).