2013-06-03 15:34:03 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2013-05-08 13:13:42 +00:00
|
|
|
%:
|
2013-06-03 15:34:03 +00:00
|
|
|
./build-cdist $@
|
|
|
|
|
|
|
|
$(DIST): dist-check
|
|
|
|
|
|
|
|
dist: $(DIST)
|
|
|
|
echo "Run \"make release\" to release to the public"
|
|
|
|
|
|
|
|
release:
|