summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa14401..4d162f3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ test: install
build: clean messages
python setup.py build -f
-install: clean
+install: clean manpage
python setup.py install -f
sdist: clean messages