Skip to content

Commit a6b4762

Browse files
committed
chore(build): dist target only creates tarball
Avoid doing 'dist-container' as part of 'dist'. We don't want to distribute one for every stable release, only the latest one. So rely on calling it explicitly.
1 parent 4cc581a commit a6b4762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUBDIRS = config doc po shell-completion src
2-
DIST_TARGETS = dist-gzip dist-container
2+
DIST_TARGETS = dist-gzip
33

44
EXTRA_DIST = \
55
CODE_OF_CONDUCT.md \

0 commit comments

Comments
 (0)