summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ead5e3a..9a54e42 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,6 @@ sremove :
$(PYTHON) setup.py install --record files.txt
tr '\n' '\0' < files.txt | sudo xargs -0 rm -f --
rm files.txt
-
-doc :
- cd docs
- make html
- cd ..
clean :
$(PYTHON) setup.py clean