Skip to content

Commit 2f9c9aa

Browse files
samcarterjosephwright
authored andcommitted
using wildcard in l3build instead of hardcoded filename
1 parent 03e66a1 commit 2f9c9aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ icon.png
77
!doc/examples/a-lecture/beamerexample-lecture-logo.pdf
88

99
doc/.latexmkrc
10+
.latexmkrc

Diff for: build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sourcefiledir = "./base"
1212
flattentds = false
1313

1414
-- Install all files from the source tree directly
15-
installfiles = {"**/*.cls", "**/*.sty", "**/beamericon*.*", "**/beamerbasenavigationsymbols.tex"}
15+
installfiles = {"**/*.cls", "**/*.sty", "**/beamericon*.*", "**/*.tex"}
1616
sourcefiles = installfiles
1717
unpackfiles = { }
1818

0 commit comments

Comments
 (0)