Skip to content

Commit

Permalink
chore(build): Include all related rockspecs in release tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 22, 2024
1 parent ab7cc45 commit fca067f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ REL_ROCK_BIN = $(PACKAGE_NAME)-$(SEMVER)-$(ROCKREV).$(CARCH).rock
REL_ROCK_NVIM = $(PACKAGE_NAME).nvim-$(SEMVER)-$(ROCKREV).src.rock
REL_ROCK_SILE = $(PACKAGE_NAME).sile-$(SEMVER)-$(ROCKREV).src.rock

EXTRA_decasify_SOURCES += $(REL_SPEC) $(DEV_SPEC)
EXTRA_DIST += $(REL_SPEC) $(REL_SPEC_NVIM) $(REL_SPEC_SILE)
EXTRA_DIST += $(DEV_SPEC) $(DEV_SPEC_NVIM) $(DEV_SPEC_SILE)

check: busted pytest

Expand Down

0 comments on commit fca067f

Please sign in to comment.