diff --git a/Makefile b/Makefile index 0a1dec9..8c4f851 100644 --- a/Makefile +++ b/Makefile @@ -90,8 +90,12 @@ install: $(MAKE) setup.py trap "rm -v setup.py" SIGINT SIGTERM ERR EXIT ; \ $(PIP3) install . + $(MAKE) showfiles | grep /.local/ uninstall: $(PIP3) uninstall -y `sed -e '/name *=/!d' -e 's/name *= *//' setup.cfg` +showfiles: + @ $(PIP3) show --files `sed -e '/name *=/!d' -e 's/name *= *//' setup.cfg` \ + | sed -e "s:[^ ]*/[.][.]/\\([a-z][a-z]*\\)/:~/.local/\\1/:" # ------------------------------------------------------------ old = tmp.unicoder