summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-30 14:46:56 +0900
committerkali <kali@leap.se>2013-01-30 14:46:56 +0900
commit15e8cf89db0ba3f4921a9ffcae72a0bc4cbf4b69 (patch)
tree584e6331665b803a24fd134f1ea596cdf759cb77 /Makefile
parentf1c397a70c6ecbc7dfed978752f69ebe351433d6 (diff)
rename manpage
I am also commiting the manpage itself temporarily, we should leave only the .rst in the repo!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfcd47a1..8d63232f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ $(COMPILED_DIR)/%_rc.py : $(RESOURCE_DIR)/%.qrc
$(PYRCC) $< -o $@
manpages:
- rst2man docs/man/leap.1.rst docs/man/leap.1
+ rst2man docs/man/leap-client.1.rst docs/man/leap-client.1
apidocs:
@sphinx-apidoc -o docs/api src/leap