1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/doc/Makefile.am
moritz 26c2d86c29 Set the manual date to the build date.
git-svn-id: https://svn.xiph.org/trunk/ezstream@15790 0101bb08-14d6-0310-b084-bc0e0c8e3800
2009-03-17 18:32:39 +00:00

15 lines
315 B
Makefile

AUTOMAKE_OPTIONS = 1.9 foreign
man_MANS = ezstream.1
EXTRA_DIST = ezstream.1.in
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
CLEANFILES = *~ *.core core $(man_MANS)