From 9fd9df8da5eb81b99d3ee562b4d856461bde42dd Mon Sep 17 00:00:00 2001 From: joseph Date: Tue, 14 Jun 2016 14:05:58 +0000 Subject: [PATCH] Explicitly list .cls and .tex files for installation As some of these are also generated by the .ins files, it is possible to end up with 'stray' versions if the dir is not 'clean' before running teh CTAN script. Listing the files prevents this being an issue. git-svn-id: http://www.latex-project.org/svnroot/latex2e-public@1188 8685b20e-f38a-4a74-812f-bec00e2e18bd --- trunk/base/build.lua | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/trunk/base/build.lua b/trunk/base/build.lua index cf53dc4..9a89abf 100644 --- a/trunk/base/build.lua +++ b/trunk/base/build.lua @@ -26,7 +26,24 @@ installfiles = "*.sty", "*.tex" } -sourcefiles = {"*.cls", "*.dtx", "*.fdd", "*.ins", "*.tex"} +sourcefiles = + { + "ltnews.cls", + "ltxguide.cls", + "minimal.cls", + "*.dtx", + "*.fdd", + "*.ins", + "idx.tex", + "lablst.tex", + "latexbug.tex", + "lppl.tex", + "ltxcheck.tex", + "sample2e.tex", + "small2e.tex", + "source2e.tex", + "testpage.tex" + } typesetfiles = { "source2e.tex", -- 2.11.4.GIT