summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-02-25 04:20:38 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2016-02-25 04:20:38 +0000
commit2dca30f46ded4459703982cdde87bd631b219e40 (patch)
tree4bd8c949a6e2ebe5c524cfbc8e0087604baded2d /Makefile
parent6971f14233b9a65ed58e0b624e63691589dab53e (diff)
Create man page directory before moving files to them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cb3175..221bf66 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ js: $(ISSO_JS_DST)
man: $(DOCS_RST_SRC)
sphinx-build -b man docs/ man/
+ mkdir -p man/man1/ man/man5
mv man/isso.1 man/man1/isso.1
mv man/isso.conf.5 man/man5/isso.conf.5