From 53d24ef002ec3225b9b8c9343279d64ac0642c54 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 2 Oct 2012 22:46:49 -0400 Subject: Check in generated manpage documentation from modules --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7151ba534..dbc3d39424 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ tests: PYTHONPATH=./lib nosetests -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' -docs: $(MANPAGES) +docs: $(MANPAGES) modulepages # Regenerate %.1.asciidoc if %.1.asciidoc.in has been modified more # recently than %.1.asciidoc. @@ -160,5 +160,5 @@ deb: debian # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory -manpages: +modulepages: hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man1/ --module-dir=library --template-dir=hacking/templates -- cgit v1.2.1