1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-10-13 04:53:36 -04:00
ezstream/doc/Makefile.am

20 lines
582 B
Makefile
Raw Permalink Normal View History

AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
2018-01-22 19:51:48 -05:00
man_MANS = ezstream.1 ezstream-cfgmigrate.1 ezstream-file.sh.1
do_subst = sed \
-e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g'
.PHONY: $(man_MANS)
ezstream.1: ezstream.1.in Makefile
$(do_subst) < $(builddir)/ezstream.1.in > ezstream.1
2018-01-22 19:51:48 -05:00
ezstream-cfgmigrate.1: ezstream-cfgmigrate.1.in Makefile
$(do_subst) < $(builddir)/ezstream-cfgmigrate.1.in > ezstream-cfgmigrate.1
ezstream-file.sh.1: ezstream-file.sh.1.in Makefile
$(do_subst) < $(builddir)/ezstream-file.sh.1.in > ezstream-file.sh.1
CLEANFILES = *~ *.core core $(man_MANS)