summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-05-10 17:59:15 +0200
committermathieui <mathieui@mathieui.net>2015-05-11 22:31:16 +0200
commitaf0fe9d2e45d6216f1cb0417b03dff7425f57c28 (patch)
tree1decdbefa88d03214aa23a31d830959f6f385b6d /Makefile
parentdd98aa44a5084f0590645f5ee9565ab962e6c844 (diff)
downloadpoezio-af0fe9d2e45d6216f1cb0417b03dff7425f57c28.tar.gz
poezio-af0fe9d2e45d6216f1cb0417b03dff7425f57c28.tar.bz2
poezio-af0fe9d2e45d6216f1cb0417b03dff7425f57c28.tar.xz
poezio-af0fe9d2e45d6216f1cb0417b03dff7425f57c28.zip
Remove translation support, and cleanup the Makefile.
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)