Skip to content

Commit

Permalink
fix(build): Distribute SVG and FTL source files in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 28, 2023
1 parent 23345ea commit bc6c33c
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 bc6c33c

Please sign in to comment.