forked from ungleich-public/cdist
c789d9a5bf
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
13 lines
282 B
Makefile
13 lines
282 B
Makefile
DIST=dist-tag dist-branch-merge dist-pypi dist-archlinux-makepkg
|
|
PUBLISH=web man-pub pub dist-blog dist-freecode dist-ml dist-manual dist-archlinux-aur-upload
|
|
|
|
|
|
%:
|
|
./build-cdist $@
|
|
|
|
$(DIST): dist-check
|
|
|
|
dist: $(DIST)
|
|
echo "Run \"make release\" to release to the public"
|
|
|
|
release:
|