summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: