~ubuntu-branches/ubuntu/trusty/a52dec/trusty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-08-06 14:01:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20020806140133-92hthettsty01kue
Tags: 0.7.4-1
* New upstream version.
* Conflict/Provide/Replace liba52-dev, used since 0.7.3-2, does not
  allow the new -dev package to replace the one from version 0.7.3.
  Please enlighten me!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
90
90
all: all-redirect
91
91
.SUFFIXES:
92
92
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
93
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
 
93
        cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
94
94
 
95
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
95
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
96
96
        cd $(top_builddir) \
97
97
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
98
98
 
105
105
subdir = doc
106
106
 
107
107
distdir: $(DISTFILES)
 
108
        here=`cd $(top_builddir) && pwd`; \
 
109
        top_distdir=`cd $(top_distdir) && pwd`; \
 
110
        distdir=`cd $(distdir) && pwd`; \
 
111
        cd $(top_srcdir) \
 
112
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
108
113
        @for file in $(DISTFILES); do \
109
114
          d=$(srcdir); \
110
115
          if test -d $$d/$$file; then \