wmclock: Get manpage date from ChangeLog instead of manually updating.

This commit is contained in:
Doug Torrance 2015-09-24 02:24:09 -04:00 committed by Carlos R. Mafra
parent 81952635d5
commit c2462c2e7b
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@ AC_DEFINE_UNQUOTED(MONTH_XPM, ["${LangDir}/month.xpm"])
AC_DEFINE_UNQUOTED(WEEKDAY_XPM, ["${LangDir}/weekday.xpm"])
AC_MSG_NOTICE([configuring for ${with_lang} day-of-week and month names...])
AC_SUBST(DATE, "esyscmd(head -n 1 ChangeLog | cut -d' ' -f1 | tr -d '\n')")
PKG_CHECK_MODULES([x11], [x11])
PKG_CHECK_MODULES([xpm], [xpm])
PKG_CHECK_MODULES([xext], [xext])

View file

@ -21,7 +21,7 @@
.TP \\$1
..
.\" ----------------------------------------------------------------
.TH wmclock 1 "2014-Dec-11" "Version @VERSION@"
.TH wmclock 1 @DATE@ "Version @VERSION@"
.\" ----------------------------------------------------------------
.SH NAME
wmclock \- A dockable clock for the Window Maker window manager