1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/win32/Makefile.am
moritz 64f8ad13e6 Missed a conf -> examples change here.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12715 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-03-10 23:36:52 +00:00

13 lines
380 B
Makefile

AUTOMAKE_OPTIONS = 1.9 foreign
EXTRA_DIST = README.win32 config.h ezstream.sln ezstream.vcproj
CLEANFILES = core *.core *~ .*~ ezstream.1.pdf
do_subst = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/examples,g'
.PHONY: regen-win32
regen-win32: Makefile
$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf