~ubuntu-branches/debian/squeeze/synaptic/squeeze

« back to all changes in this revision

Viewing changes to pixmaps/hicolor/24x24/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-08-12 17:37:18 UTC
  • Revision ID: james.westby@ubuntu.com-20100812173718-h9evw32r3nn8r6kn
Tags: 0.70~pre1
* New upstream release that merges all changes from 
  Debian and Ubuntu into a single tree again. This include libept 
  support and lots of fixes.
* po/sl.po:
  - updated, thanks to Matej Urbančič 
* po/pt_BR.po:
  - updatd, thanks to Sergio Cipolla, closes: #579296
* gtk/rgmainwindow.cc:
  - fix hang when applying the preferences (LP: #172487)
* po/th.po:
  - updated, thanks to Theppitak Karoonboonyanan
    (closes: #592696)
* pre-build.sh:
  - ensure version number gets updated on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(top_srcdir)/configure.in
40
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
41
        $(ACLOCAL_M4)
42
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
42
mkinstalldirs = $(install_sh) -d
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
CONFIG_CLEAN_VPATH_FILES =
115
115
INTLTOOL_PERL = @INTLTOOL_PERL@
116
116
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
117
117
LDFLAGS = @LDFLAGS@
 
118
LIBEPT_CFLAGS = @LIBEPT_CFLAGS@
 
119
LIBEPT_LIBS = @LIBEPT_LIBS@
118
120
LIBOBJS = @LIBOBJS@
119
121
LIBS = @LIBS@
120
122
LP_CFLAGS = @LP_CFLAGS@