Commit 61ee632d by Jan-Piet Mens

documentation: man template: support empty options; add Version to Makefile

parent 13e8ef5f
...@@ -161,4 +161,4 @@ deb: debian ...@@ -161,4 +161,4 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory # for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
manpages: 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
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
." ------ OPTIONS ." ------ OPTIONS
." ."
." ."
{% if options is defined -%} {% if options -%}
.SH OPTIONS .SH OPTIONS
{% for (k,v) in options.iteritems() %} {% for (k,v) in options.iteritems() %}
.IP @{ k }@ .IP @{ k }@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment