use build-cdist for the moment, begin to export targets
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
11ecd73bf0
commit
c789d9a5bf
1 changed files with 12 additions and 1 deletions
13
Makefile
13
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:
|
||||
|
|
Loading…
Reference in a new issue