~ubuntu-branches/ubuntu/trusty/normalize-audio/trusty

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Eduardo Marcel Macan
  • Date: 2004-06-28 23:01:43 UTC
  • Revision ID: james.westby@ubuntu.com-20040628230143-eof1x49dgpeupu9v
Tags: 0.7.6-4
* xmms-normalize was buggy, unsupported and depended on old gtk. It's not being generated anymore. Use xmms-volnorm instead.
* README.Debian now contains information (closes:#254767)
* Package renamed to normalize-audio (closes: #250390)
* GNU config automated update: config.sub (20010907 to 20040312),
  config.guess (20010904 to 20040312)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
INSTALL = @INSTALL@
28
28
INSTALL_DATA = @INSTALL_DATA@
29
29
MKINSTALLDIRS = @MKINSTALLDIRS@
30
 
mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
30
mkinstalldirs = @MKINSTALLDIRS@
 
31
#mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
31
32
 
32
33
GMSGFMT = @GMSGFMT@
33
34
MSGFMT = @MSGFMT@