summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan-Piet Mens <jpmens@gmail.com>2012-09-30 13:33:21 +0200
committerJan-Piet Mens <jpmens@gmail.com>2012-09-30 13:33:21 +0200
commit61ee632d2333f458cd4f789826d15ad9c497cc4f (patch)
tree0ac9f527ab59425cf54ccffc5eaaf81e0fafdd87 /Makefile
parent13e8ef5f3541085b8564c273c36ca26a6219a92e (diff)
downloadansible-61ee632d2333f458cd4f789826d15ad9c497cc4f.tar.gz
documentation: man template: support empty options; add Version to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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