summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-16 21:18:57 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-16 21:18:57 +0200
commit8c058bbf28ad4c57c19b3986525bb6e961807535 (patch)
tree1723fc47b46f4f51b2bb530361f4d715b4b01105
parentpms.cls: Use sans serif font for title and headings (diff)
downloadpms-8c058bbf28ad4c57c19b3986525bb6e961807535.tar.gz
pms-8c058bbf28ad4c57c19b3986525bb6e961807535.tar.bz2
pms-8c058bbf28ad4c57c19b3986525bb6e961807535.zip
Makefile: Explicitly list LaTeX source files
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
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