Skip to content

Commit 939e18a

Browse files
jensmaurertkoeppe
authored andcommitted
[check] Remove regex.tex
1 parent 4b1a9a7 commit 939e18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ failed=0
66

77
# Ignore files where rules may be violated within macro definitions.
88
texfiles=$(ls *.tex | grep -v macros.tex | grep -v layout.tex | grep -v tables.tex)
9-
texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex strings.tex containers.tex iterators.tex ranges.tex algorithms.tex numerics.tex time.tex locales.tex iostreams.tex regex.tex threads.tex"
9+
texlibdesc="support.tex concepts.tex diagnostics.tex memory.tex meta.tex utilities.tex strings.tex containers.tex iterators.tex ranges.tex algorithms.tex numerics.tex time.tex locales.tex iostreams.tex threads.tex"
1010
texlib="lib-intro.tex $texlibdesc"
1111

1212
# Filter that reformats the error message as a "workflow command",

0 commit comments

Comments
 (0)