From 9c67b7a0fa4d76fe5e07a843f29f505bb74121a1 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 20 Jul 2010 10:07:28 +0000 Subject: Makefile: remove locales and xmpppy stuff --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9705bce8..e3ecf85d 100644 --- a/Makefile +++ b/Makefile @@ -6,21 +6,20 @@ LOCALEDIR=$(DATADIR)/locale MANDIR=$(DATADIR)/man INSTALL=install -all: - cd src/xmpppy-0.5.0rc1 && pwd && python setup.py build && cp -r xmpp .. +all: Makefile -clean: Makefile +clean: + find ./ -name \*.pyc -delete + find ./ -name \*~ -delete install: - mkdir -p $(DESTDIR) - $(INSTALL) -d $(DESTDIR)$(LOCALEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR)/poezio $(DESTDIR)$(DATADIR)/poezio/data $(DESTDIR)$(DATADIR)/poezio/src $(DESTDIR)$(DATADIR)/poezio/src/ $(DESTDIR)$(DATADIR)/poezio/src/xmpp + $(INSTALL) -d $(BINDIR) $(DATADIR)/poezio $(DATADIR)/poezio/data $(DATADIR)/poezio/src $(DATADIR)/poezio/src/ $(INSTALL) -m644 data/* $(DESTDIR)$(DATADIR)/poezio/data/ for sourcefile in `find src/ -maxdepth 1 -type f -name \*.py` ; do \ $(INSTALL) -m644 $$sourcefile $(DESTDIR)$(DATADIR)/poezio/src; \ done - $(INSTALL) -m644 src/xmpp/* $(DESTDIR)$(DATADIR)/poezio/src/xmpp/ echo "#!/usr/bin/env sh" > $(DESTDIR)$(BINDIR)/poezio echo "cd $(DATADIR)/poezio/src/ && python poezio.py" >> $(DESTDIR)$(BINDIR)/poezio -- cgit v1.2.3