You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cdist-mirror/Makefile

14 lines
282 B

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: