From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1699219-garchives=archives.gentoo.org@lists.gentoo.org> 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 1506E1581F2 for <garchives@archives.gentoo.org>; Wed, 11 Dec 2024 19:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F6DE0D4B; Wed, 11 Dec 2024 19:40:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C27FE0D4B for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:40:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9103E34316B for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266971EC5 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:39:58 +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: <1718565537.8c058bbf28ad4c57c19b3986525bb6e961807535.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8c058bbf28ad4c57c19b3986525bb6e961807535 X-VCS-Branch: eapi-9 Date: Wed, 11 Dec 2024 19:39:58 +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: 06a0cf94-a7ff-47c4-953e-344c6c13f118 X-Archives-Hash: 61cb795d46ca3acc9f9092cf4f871d17 Message-ID: <20241211193958.qGqSpt4L9ch2dbnlgb4VUulMfhNpZJripIY1XE_8PF0@z> commit: 8c058bbf28ad4c57c19b3986525bb6e961807535 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 16 19:18:57 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jun 16 19:18:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=8c058bbf Makefile: Explicitly list LaTeX source files Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c882534..422dac9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ -LATEXFILES := $(wildcard *.tex) pms.cls +LATEXFILES = pms.tex introduction.tex eapis.tex names.tex tree-layout.tex \ + profiles.tex profile-variables.tex ebuild-format.tex ebuild-vars.tex \ + dependencies.tex ebuild-functions.tex eclasses.tex \ + ebuild-environment.tex ebuild-env-vars.tex commands.tex \ + pkg-mgr-commands.tex merge.tex metadata-cache.tex glossary.tex \ + appendices.tex eapi-differences.tex desk-reference.tex \ + eapi-cheatsheet.tex pms.cls SOURCES = $(LATEXFILES) pms.bib Makefile COMMITINFO = gitHeadLocal.gin