Skip to content

Commit 31f3e99

Browse files
committed
Include CONTRIBUTING.md and README.md in release archives
1 parent cb0178e commit 31f3e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ docker-test-image: .tools/Dockerfile
2929
.PHONY: collection
3030
collection: .build/lua-filters
3131

32-
.build/lua-filters: $(FILTER_FILES)
32+
.build/lua-filters: $(FILTER_FILES) CONTRIBUTING.md LICENSE README.md
3333
mkdir -p .build/lua-filters
3434
cp -a $(FILTER_FILES) .build/lua-filters
35-
cp -a LICENSE .build/lua-filters
35+
cp -a CONTRIBUTING.md LICENSE README.md .build/lua-filters
3636
@printf "Filters collected in '%s'\n" "$@"
3737

3838
.build/lua-filters.tar.gz: .build/lua-filters

0 commit comments

Comments
 (0)