summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e1c8ce1..cccc270 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
+.PHONY: doc
+doc:
+ $(MAKE) -C doc
+
.PHONY: www
www:
cp doc/layman.8.html www/index.html
.PHONY: release
-release:
+release: doc
rm -rf dist MANIFEST
- $(MAKE) -C doc
./setup.py sdist