From c789d9a5bf2b31180b05f9813fd17f84515a7ddc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 3 Jun 2013 17:34:03 +0200 Subject: [PATCH] use build-cdist for the moment, begin to export targets Signed-off-by: Nico Schottelius --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 948bdcd9..f4fd36b1 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,13 @@ +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 $@ + ./build-cdist $@ + +$(DIST): dist-check + +dist: $(DIST) + echo "Run \"make release\" to release to the public" + +release: