summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2014-03-28 13:34:24 +0100
committerMartin Zimmermann <info@posativ.org>2014-03-28 13:34:24 +0100
commite60ebfbdcaf0951ef64d4816baa84d837f696348 (patch)
tree8699cfd06d7a56cfec95fe2b1cf5db3e5a93f617 /Makefile
parenteeebb4c34c7ebcd4d81a36fe12a4a671b4cd81e5 (diff)
correct manpage title
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dad4ad9..329ae38 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ css: $(ISSO_CSS_DST)
man: $(RST)
sphinx-build -b man docs/ man/
+ mv man/isso.1 man/man1/isso.1
+ mv man/isso.conf.5 man/man5/isso.conf.5
${CSS}: docs/_static/css/site.scss
scss --no-cache $< $@