From 2641996468dee89fff5adb5a55ebeae0e2cd57c0 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 26 May 2013 21:06:17 +0200 Subject: Add the setup.py to make install --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a56fa7f..cf67cf3c 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,9 @@ clean: rm -r doc/build/ install: all + python3 setup.py install --root=$(DESTDIR) --optimize=1 mkdir -p $(DESTDIR)$(prefix) $(DESTDIR)$(DOCDIR)/poezio/ $(DESTDIR)$(LOCALEDIR) $(DESTDIR)$(BINDIR) - cp -R doc/* $(DESTDIR)$(DOCDIR)/poezio/ - cp README CHANGELOG COPYING $(DESTDIR)$(DOCDIR)/poezio/ uninstall: -- cgit v1.2.3