Separate man pages by section number.

This commit is contained in:
Darko Poljak 2016-06-30 12:18:42 +02:00
parent f98208f250
commit 7d3c66859c
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ text:
.PHONY: man
man:
$(SPHINXBUILD) -b cman $(ALLSPHINXOPTS) $(BUILDDIR)/man
mkdir -p $(BUILDDIR)/man/man1
mkdir -p $(BUILDDIR)/man/man7
mv -f $(BUILDDIR)/man/*.1 $(BUILDDIR)/man/man1/
mv -f $(BUILDDIR)/man/*.7 $(BUILDDIR)/man/man7/
@echo
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."