From af0fe9d2e45d6216f1cb0417b03dff7425f57c28 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 10 May 2015 17:59:15 +0200 Subject: Remove translation support, and cleanup the Makefile. --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3