~ubuntu-branches/ubuntu/lucid/ezstream/lucid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • 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:
32
32
build_triplet = @build@
33
33
host_triplet = @host@
34
34
subdir = doc
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
36
        $(srcdir)/ezstream-file.sh.1.in.in $(srcdir)/ezstream.1.in.in
36
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
38
am__aclocal_m4_deps = $(top_srcdir)/m4/ccflags.m4 \
38
39
        $(top_srcdir)/m4/libshout.m4 $(top_srcdir)/m4/libvorbis.m4 \
44
45
        $(ACLOCAL_M4)
45
46
mkinstalldirs = $(SHELL) $(install_sh) -d
46
47
CONFIG_HEADER = $(top_builddir)/src/config.h
47
 
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_FILES = ezstream-file.sh.1.in ezstream.1.in
48
49
SOURCES =
49
50
DIST_SOURCES =
50
51
man1dir = $(mandir)/man1
173
174
top_builddir = @top_builddir@
174
175
top_srcdir = @top_srcdir@
175
176
AUTOMAKE_OPTIONS = 1.9 foreign
176
 
man_MANS = ezstream.1
177
 
EXTRA_DIST = ezstream.1.in
 
177
man_MANS = ezstream.1 ezstream-file.sh.1
178
178
do_subst = sed \
179
 
        -e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g' \
180
 
        -e 's|!!BUILD_DATE!!|@BUILD_DATE@|g'
 
179
        -e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g'
181
180
 
182
181
CLEANFILES = *~ *.core core $(man_MANS)
183
182
all: all-am
212
211
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
212
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
214
213
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
214
ezstream-file.sh.1.in: $(top_builddir)/config.status $(srcdir)/ezstream-file.sh.1.in.in
 
215
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
216
ezstream.1.in: $(top_builddir)/config.status $(srcdir)/ezstream.1.in.in
 
217
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
215
218
install-man1: $(man1_MANS) $(man_MANS)
216
219
        @$(NORMAL_INSTALL)
217
220
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
392
395
        uninstall-am uninstall-man uninstall-man1
393
396
 
394
397
 
 
398
.PHONY: $(man_MANS)
 
399
 
395
400
ezstream.1: ezstream.1.in Makefile
396
 
        $(do_subst) < $(srcdir)/ezstream.1.in > ezstream.1
 
401
        $(do_subst) < $(builddir)/ezstream.1.in > ezstream.1
 
402
 
 
403
ezstream-file.sh.1: ezstream-file.sh.1.in Makefile
 
404
        $(do_subst) < $(builddir)/ezstream-file.sh.1.in > ezstream-file.sh.1
397
405
# Tell versions [3.59,3.63) of GNU make to not export all variables.
398
406
# Otherwise a system limit (for SysV at least) may be exceeded.
399
407
.NOEXPORT: