From 93ecfc6a61d15cff3dd898d3275ac4400dfd0dfc Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Mon, 11 Nov 2024 16:42:07 -0800 Subject: [PATCH] Add introduction and license-texts to dependencies This addes introduction.tex and license.tex to dependencies. --- runequest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runequest/Makefile b/runequest/Makefile index 61a9d36..df45d90 100644 --- a/runequest/Makefile +++ b/runequest/Makefile @@ -1,4 +1,4 @@ -TEXFILES = runequest.tex 000-header.tex 900-footer.tex dedication.tex copyleft.tex acknowledgements.tex licenses.tex +TEXFILES = runequest.tex 000-header.tex 900-footer.tex dedication.tex copyleft.tex acknowledgements.tex licenses.tex introduction.tex license-texts.tex CLEANFILES = *.dvi *.log *.aux *.lof *.lot *.toc *.png clean: