diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-16 21:18:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-16 21:18:57 +0200 |
commit | 8c058bbf28ad4c57c19b3986525bb6e961807535 (patch) | |
tree | 1723fc47b46f4f51b2bb530361f4d715b4b01105 | |
parent | pms.cls: Use sans serif font for title and headings (diff) | |
download | pms-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-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |