Merge pull request #236 from jelmer/man
Create man page directory before moving files to them.
This commit is contained in:
commit
05bd6b3137
1
Makefile
1
Makefile
@ -46,6 +46,7 @@ js: $(ISSO_JS_DST)
|
|||||||
|
|
||||||
man: $(DOCS_RST_SRC)
|
man: $(DOCS_RST_SRC)
|
||||||
sphinx-build -b man docs/ man/
|
sphinx-build -b man docs/ man/
|
||||||
|
mkdir -p man/man1/ man/man5
|
||||||
mv man/isso.1 man/man1/isso.1
|
mv man/isso.1 man/man1/isso.1
|
||||||
mv man/isso.conf.5 man/man5/isso.conf.5
|
mv man/isso.conf.5 man/man5/isso.conf.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user