Add uninstall command to top-level Makefile.

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-04-05 23:12:53 +00:00
parent e8a536d4b1
commit 7d22ddeabc
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ test: cleantest
python test_gnupg.py basic
install:
python setup.py install
python setup.py install --record installed-files.txt
uninstall:
cat installed-files.txt | sudo xargs rm -rf
clean-docs:
sphinx-apidoc -o docs -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.3.1 -R 0.3.1 .