~ubuntu-branches/ubuntu/gutsy/flac/gutsy

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2001-12-10 03:09:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011210030922-93iejqrd90rd6zll
Tags: 1.0.2-1
* New upstream release.
* Fixes a bug which crashed the input plugins after playing a few files
  (Closes: #123210)
* Fixes issues with the assembler optimizations, so that they can be
  re-enabled for better performance on i386

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
subdir = doc
131
131
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132
132
CONFIG_CLEAN_FILES =
133
 
depcomp =
134
133
DIST_SOURCES =
135
134
 
136
135
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
153
152
        -rm -f libtool
154
153
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
155
154
        cd $(top_srcdir) && \
156
 
          $(AUTOMAKE) --gnu  --ignore-deps doc/Makefile
 
155
          $(AUTOMAKE) --foreign  doc/Makefile
157
156
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
158
157
        cd $(top_builddir) && \
159
158
          CONFIG_HEADERS= CONFIG_LINKS= \