summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index a9f8dd62..2b3e3a51 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,3 @@
-prefix=/usr/local/
-LIBDIR=$(prefix)/lib
-BINDIR=$(prefix)/bin
-DATADIR=$(prefix)/share
-DOCDIR=$(DATADIR)/doc
-LOCALEDIR=$(DATADIR)/locale
-MANDIR=$(DATADIR)/man
TMPDIR=/tmp/
all: Makefile
@@ -31,9 +24,6 @@ doc:
test:
py.test -v test/
-pot:
- xgettext src/*.py --from-code=utf-8 --keyword=_ -o locale/poezio.pot
-
release:
rm -fr $(TMPDIR)/poezio-$(version)
git clone $(PWD) $(TMPDIR)/poezio-$(version)