Skip to content
Snippets Groups Projects
Commit 30fccb1b authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: fix man page timestamp generating

mdate-sh cannot be used, because automake won't install it
parent d393db48
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS([_GNU_SOURCE])
# Automatically update release date based on configure.ac date
release_date=`doc/mdate-sh configure.ac`
release_date=`LC_ALL=POSIX date +"%d %B %Y" -r configure.ac`
AC_SUBST([RELEASE_DATE], $release_date)
# Set compiler compatibility flags
......
.TH "knsec3hash" "1" "June 2013" "CZ.NIC Labs" "Knot DNS, version @VERSION@"
.TH "knsec3hash" "1" "@RELEASE_DATE@" "CZ.NIC Labs" "Knot DNS, version @VERSION@"
.SH NAME
.B knsec3hash
\- Simple utility to compute NSEC3 hash (libknot equivalent of ISC nsec3hash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment