From 61ee632d2333f458cd4f789826d15ad9c497cc4f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sun, 30 Sep 2012 13:33:21 +0200 Subject: documentation: man template: support empty options; add Version to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 596dcc5d1a..e43718646d 100644 --- a/Makefile +++ b/Makefile @@ -161,4 +161,4 @@ deb: debian # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory manpages: - hacking/module_formatter.py -t man -o docs/man/man1/ --module-dir=library --template-dir=hacking/templates + hacking/module_formatter.py -A $(VERSION) -t man -o docs/man/man1/ --module-dir=library --template-dir=hacking/templates -- cgit v1.2.1