summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2011-09-22 03:17:42 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2011-09-22 03:17:42 +0200
commitff47e82d6786d7c53a630ed0a0fd6e5503b6e1ca (patch)
treeaae8da6f2acf02c965c9c36bcbaeb45a7e9ff7cc /Makefile
parent7aa6eeae1a8c6ed8fd26c94a46576d9cc31a5047 (diff)
added version number to man pages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94426d51..02dff225 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ doc: doc/herbstclient.1 doc/herbstclient.html doc/herbstluftwm.1 doc/herbstluftw
doc/%.1: doc/%.txt
$(call colorecho,DOC,$@)
- @a2x -f manpage $<
+ @a2x -f manpage -a "herbstluftwmversion=herbstluftwm $(VERSION)" -a "date=`date +%Y-%m-%d`" $<
doc/%.html: doc/%.txt
$(call colorecho,DOC,$@)