Adding the version number to the most relevant manual pages.

This commit is contained in:
Tobias Brunner
2010-05-30 13:03:04 +02:00
parent 1d3a48b559
commit 8f76653a4c
6 changed files with 23 additions and 6 deletions
+7 -2
View File
@@ -1,7 +1,12 @@
sbin_SCRIPTS = ipsec
CLEANFILES = ipsec
CLEANFILES = ipsec ipsec.8
dist_man8_MANS = ipsec.8
EXTRA_DIST = ipsec.in
EXTRA_DIST = ipsec.in ipsec.8.in
ipsec.8 : ipsec.8.in
sed \
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
$(srcdir)/$@.in > $@
ipsec : ipsec.in
sed \
+1 -1
View File
@@ -1,4 +1,4 @@
.TH IPSEC 8 "2010-05-30"
.TH IPSEC 8 "2010-05-30" "@IPSEC_VERSION@" "strongSwan"
.SH NAME
ipsec \- invoke IPsec utilities
.SH SYNOPSIS