~ubuntu-branches/debian/experimental/synaptic/experimental

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-11 19:58:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100211195840-boor3ejy4wpp84iz
Tags: 0.63.1
* po/pt_BR.po:
  - Updated pt_BR.po, thanks to Sergio Cipolla (closes: #561853)
* po/sk.po:
  - Updated sk.po, thanks to helix84 (closes: #559283)
* po/uk.po
  - add ukrainian translation, thanks to Serhij Dubyk 
* common/rpackageview.{cc,h}:
  - remember search history accross package transactions
* make the origin filter more fine grained
* gtk/rgsummarywindow.cc:
  - move the gtk_tree_view_set_model() down to speed up the
    operation
* gtk/rgdebinstallprogress.cc:
  - on error, set error string into status label
  - when the recovery is run (dpkg --configure -a) display a 
    proper status label for that
* gtk/rgaboutpanel.cc:
  - fix FTBFS with gcc-4.5 (closes: #565077)
* additions to the (internal) API
* gtk/rgdebinstallprogress.cc:
  - make the dpkg progress code less cpu intensive

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
256
256
#     (which will cause the Makefiles to be regenerated when you run `make');
257
257
# (2) otherwise, pass the desired values on the `make' command line.
258
258
$(RECURSIVE_TARGETS):
259
 
        @failcom='exit 1'; \
 
259
        @fail= failcom='exit 1'; \
260
260
        for f in x $$MAKEFLAGS; do \
261
261
          case $$f in \
262
262
            *=* | --[!k]*);; \
281
281
        fi; test -z "$$fail"
282
282
 
283
283
$(RECURSIVE_CLEAN_TARGETS):
284
 
        @failcom='exit 1'; \
 
284
        @fail= failcom='exit 1'; \
285
285
        for f in x $$MAKEFLAGS; do \
286
286
          case $$f in \
287
287
            *=* | --[!k]*);; \