Skip to content

Commit

Permalink
Adopt sphinx Makefile to put man-pages in doc/.
Browse files Browse the repository at this point in the history
Instead of hiding them in _build/doc
  • Loading branch information
htgoebel committed May 3, 2016
1 parent ca18fbe commit 607463c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ text:

man:
$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
cp -a $(BUILDDIR)/man/* .
@echo
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
@echo "Build finished. The manual pages are in doc/"

texinfo:
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
Expand Down

0 comments on commit 607463c

Please sign in to comment.