1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00

Set the manual date to the build date.

git-svn-id: https://svn.xiph.org/trunk/ezstream@15790 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-03-17 18:32:39 +00:00
parent 842d72adc0
commit 26c2d86c29
3 changed files with 7 additions and 2 deletions

View File

@ -17,6 +17,9 @@ AC_PROG_CC_STDC
AC_PROG_FGREP
AC_CANONICAL_HOST
BUILD_DATE=$(date '+%B %d, %Y')
AC_SUBST([BUILD_DATE])
EXAMPLES_DIR="\$(datadir)/examples/${PACKAGE_TARNAME}"
AC_ARG_ENABLE([examplesdir],
[AS_HELP_STRING([--enable-examplesdir=DIR],

View File

@ -4,7 +4,9 @@ man_MANS = ezstream.1
EXTRA_DIST = ezstream.1.in
do_subst = sed -e 's,!!EXAMPLES_DIR!!,@EXAMPLES_DIR@,g'
do_subst = sed \
-e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g' \
-e 's|!!BUILD_DATE!!|@BUILD_DATE@|g'
ezstream.1: ezstream.1.in Makefile
$(do_subst) < $(srcdir)/ezstream.1.in > ezstream.1

View File

@ -3,7 +3,7 @@
.\" This document may be be used and/or modified under the licensing terms
.\" of the Ezstream software.
.\"
.Dd February 20, 2007
.Dd !!BUILD_DATE!!
.Dt EZSTREAM 1
.Os
.Sh NAME