~ubuntu-branches/ubuntu/quantal/ezstream/quantal

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-09-27 16:50:53 UTC
  • mfrom: (1.1.3 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927165053-jkfio6ahwa723q0q
Tags: 0.5.6~dfsg-1
* New upstream release 
* Bumped standards version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AUTOMAKE_OPTIONS = 1.9 foreign
2
2
 
3
 
man_MANS         = ezstream.1
4
 
 
5
 
EXTRA_DIST       = ezstream.1.in
 
3
man_MANS         = ezstream.1 ezstream-file.sh.1
6
4
 
7
5
do_subst         = sed \
8
 
        -e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g' \
9
 
        -e 's|!!BUILD_DATE!!|@BUILD_DATE@|g'
 
6
        -e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g'
 
7
 
 
8
.PHONY: $(man_MANS)
10
9
 
11
10
ezstream.1: ezstream.1.in Makefile
12
 
        $(do_subst) < $(srcdir)/ezstream.1.in > ezstream.1
 
11
        $(do_subst) < $(builddir)/ezstream.1.in > ezstream.1
 
12
 
 
13
ezstream-file.sh.1: ezstream-file.sh.1.in Makefile
 
14
        $(do_subst) < $(builddir)/ezstream-file.sh.1.in > ezstream-file.sh.1
13
15
 
14
16
CLEANFILES       = *~ *.core core $(man_MANS)