summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 27dd699..0000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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