Skip to content

Commit

Permalink
Add config-lttemplates.lua to checkconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Nov 4, 2024
1 parent ba432b3 commit f05134c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions base/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,18 @@ unpackdeps = {}
indexstyle = "source2e.ist"

-- Allow for TU and other test configurations
checkconfigs = {"build","config-1run","config-TU","config-legacy","config-lthooks",
"config-lthooks2","config-ltcmd","config-doc","config-ltmarks"}
checkconfigs = {
"build",
"config-1run",
"config-TU",
"config-doc",
"config-legacy",
"config-ltcmd",
"config-lthooks",
"config-lthooks2",
"config-ltmarks",
"config-lttemplates.lua"
}

tagfiles = tagfiles or {"*.cls","*.dtx","*.fdd","*.ins","*.tex","README.md"}
update_tag = update_tag_base
Expand Down

0 comments on commit f05134c

Please sign in to comment.