Skip to content

Commit

Permalink
fix(sile): Make sure SILE module is in release package
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 22, 2024
1 parent cac341f commit ab7cc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ licensedir = $(datarootdir)/licenses/$(TRANSFORMED_PACKAGE_NAME)
bin_PROGRAMS = decasify
decasify_SOURCES = src/bin/decasify.rs src/content.rs src/cli.rs src/lib.rs src/lua.rs src/python.rs src/types.rs src/wasm.rs
EXTRA_decasify_SOURCES = tests/cli.rs
EXTRA_DIST = pyproject.toml spec/decasify_spec.lua tests/test_all.py plugin/decasify.lua
EXTRA_DIST = pyproject.toml spec/decasify_spec.lua tests/test_all.py plugin/decasify.lua sile/decasify.lua
dist_doc_DATA = README.md CHANGELOG.md
dist_license_DATA = LICENSE.md
nodist_man_MANS =
Expand Down

0 comments on commit ab7cc45

Please sign in to comment.