From 8c058bbf28ad4c57c19b3986525bb6e961807535 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 16 Jun 2024 21:18:57 +0200 Subject: Makefile: Explicitly list LaTeX source files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 -- cgit v1.2.3-65-gdbad