aboutsummaryrefslogtreecommitdiff
blob: 27dd699fc0d430ec80177c1a31e285d9f20c127d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2003-2004 Karl Trygve Kalleberg <karltk@gentoo.org>
# Copyright 2003-2009 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
#
# $Header$

ifeq ($(origin VERSION), undefined)
	VERSION = 9999
endif

all:
	echo "YARMOUTH (vb.) To shout at foreigners in the belief that the louder you speak, the better they'll understand you." 
	echo $(VERSION)

clean:
	rm -rf release

dist: dist-gentoolkit

dist-gentoolkit:
	mkdir -p release
	echo "$(VERSION)" > VERSION
	python setup.py sdist --dist-dir release
	svn revert VERSION
	rm -f MANIFEST