diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-05-10 17:59:15 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-05-11 22:31:16 +0200 |
commit | af0fe9d2e45d6216f1cb0417b03dff7425f57c28 (patch) | |
tree | 1decdbefa88d03214aa23a31d830959f6f385b6d /Makefile | |
parent | dd98aa44a5084f0590645f5ee9565ab962e6c844 (diff) | |
download | poezio-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-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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) |