Skip to content

Commit

Permalink
Merge bc6c33c into 35a229d
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 28, 2023
2 parents 35a229d + bc6c33c commit d89e2d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build-aux/list-dist-files.sh.in
Expand Up @@ -7,8 +7,10 @@ finder () {
}

printf '%s' "SILEDATA ="
finder core classes inputters languages outputters packages shapers typesetters pagebuilders -name '*.lua' -not -name '*_spec.lua' -not -name 'version.lua'
finder i18n -name '*.ftl'
finder core '*.lua' -not -name '*_spec.lua' -not -name 'version.lua'
finder classes inputters languages outputters packages shapers typesetters pagebuilders '*.lua' -not -name '*_spec.lua'
finder classes i18n packages -name '*.ftl'
finder packages -name '*.svg'

printf '\n%s' "LUALIBRARIES ="
finder lua-libraries -name '*.lua'
Expand Down

0 comments on commit d89e2d7

Please sign in to comment.