summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-05-26 21:06:17 +0200
committermathieui <mathieui@mathieui.net>2013-05-26 21:07:10 +0200
commit2641996468dee89fff5adb5a55ebeae0e2cd57c0 (patch)
tree6c755afe2a92437fc0237c6db0f8e3485f3c8420 /Makefile
parente6d116ade56674bd6853495e75ee8f21f6a15604 (diff)
downloadpoezio-2641996468dee89fff5adb5a55ebeae0e2cd57c0.tar.gz
poezio-2641996468dee89fff5adb5a55ebeae0e2cd57c0.tar.bz2
poezio-2641996468dee89fff5adb5a55ebeae0e2cd57c0.tar.xz
poezio-2641996468dee89fff5adb5a55ebeae0e2cd57c0.zip
Add the setup.py to make install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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: