~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to ecatools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
              exit 1;; \
377
377
          esac; \
378
378
        done; \
379
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ecatools/Makefile'; \
 
379
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ecatools/Makefile'; \
380
380
        cd $(top_srcdir) && \
381
 
          $(AUTOMAKE) --foreign  ecatools/Makefile
 
381
          $(AUTOMAKE) --gnu  ecatools/Makefile
382
382
.PRECIOUS: Makefile
383
383
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384
384
        @case '$?' in \