Add the setup.py to make install
This commit is contained in:
parent
e6d116ade5
commit
2641996468
1 changed files with 1 additions and 2 deletions
3
Makefile
3
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:
|
||||
|
|
Loading…
Reference in a new issue