~ubuntu-branches/ubuntu/quantal/gutenprint/quantal

« back to all changes in this revision

Viewing changes to src/foomatic/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-02-14 22:41:51 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120214224151-81lkvr2cow0u55f5
Tags: 5.2.8~pre1-0ubuntu1
* New upstream release
  - Added support for Canon BJC 4550, S330, S520, S530D, S630, S750, S820,
    S830D, S900, S9000, PIXMA mini220, mini320, mini360, i50, i70, i450,
    i455, i470D. i550, i900D, i950, i960, i6100, i6500, i9100, i9900,
    iP3300, iP3500, iP3600, iP4900, iP6210D, iP6220D, iP6310D, iP7100,
    iP7500, iP8100, iP8600, iP9910, MP140, MP190, MP210, MP240, MP375R,
    MP470, MP490, MP530, MP900, MG2100, MG3100, MG4100, MG5300, MG6200,
    MG8200, EPSON ME Office 940FW, PX 204, PX 504A, Stylus CX3900, NX530,
    NX635, SX535WD, Stylus Office BX535WD, BX630FW, BX635FWD, TX620FWD,
    Stylus Photo RX650, WorkForce 545, 630, 645, Stylus Pro 7900/9900
    (Partial -- no orange/green inks).
  - Printers redefined: Canon BJC 3000, S300, S500, S600, S800, PIXMA i80,
    i560, i850, i860, i865, iP2000, iP4100, iP5000, MP600, MP750, MP760,
    MP770, MP780, MP790, MP970
  - Support for the following printers was greatly improved, or tested:
    Canon PIXMA MP700, MP710, MP730, MP740, MP950, MP960, MX340, MX350,
    iP4000, MG5100
  - Canon BJC series printers using photo cartridge have printing modes
    added that will select this cartridge.
  - A crash with the EPSON Stylus Photo R3000 has been fixed.
  - Chinese (Mandarin), Galician, and Ukrainian translations have
    been added.
* debian/patches/0001-patch-stdio.h-is-required-by-commandtoepson-and-comm.patch:
  Removed, applied upstream.
* 0002-genppd-don-t-write-color-profile-information-with-br.patch: Refreshed
  with quilt.
* debian/printer-driver-gutenprint.ppd-updater,
  debian/foomatic-db-gutenprint.ppd-updater: Support also pre-releases with
  "-preX" version number extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
DEFS = @DEFS@
131
131
DEPDIR = @DEPDIR@
132
132
DIALOG = @DIALOG@
 
133
DLLTOOL = @DLLTOOL@
133
134
DOXYGEN = @DOXYGEN@
134
135
DSYMUTIL = @DSYMUTIL@
135
136
DUMPBIN = @DUMPBIN@
206
207
MAINT = @MAINT@
207
208
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
208
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
209
211
MKDIR_P = @MKDIR_P@
210
212
MSGFMT = @MSGFMT@
211
213
MSGFMT_015 = @MSGFMT_015@
226
228
PATH_SEPARATOR = @PATH_SEPARATOR@
227
229
PERL = @PERL@
228
230
PKG_CONFIG = @PKG_CONFIG@
 
231
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
232
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
229
233
PLUG_IN_PATH = @PLUG_IN_PATH@
230
234
POSUB = @POSUB@
231
235
RANLIB = @RANLIB@
249
253
abs_srcdir = @abs_srcdir@
250
254
abs_top_builddir = @abs_top_builddir@
251
255
abs_top_srcdir = @abs_top_srcdir@
 
256
ac_ct_AR = @ac_ct_AR@
252
257
ac_ct_CC = @ac_ct_CC@
253
258
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254
259
am__include = @am__include@
295
300
libexecdir = @libexecdir@
296
301
localedir = @localedir@
297
302
localstatedir = @localstatedir@
298
 
lt_ECHO = @lt_ECHO@
299
303
mandir = @mandir@
300
304
mkdir_p = @mkdir_p@
301
305
oldincludedir = @oldincludedir@
674
678
        fi
675
679
 
676
680
clean-local:
677
 
        -$(RM) -r foomatic-db
 
681
        -$(RM) -rf foomatic-db
678
682
 
679
683
foomatic-data: foomatic-stamp
680
684
 
681
685
foomatic-stamp: foomatic-generator $(noinst_PROGRAMS) mk_printerlist $(top_builddir)/src/xml/xml-stamp
682
 
        -$(RM) -r foomatic-db
 
686
        -$(RM) -rf foomatic-db
683
687
        $(FOOMATIC_GENERATOR) -t $(srcdir)/foomatic-templates $(FOOMATIC_GENERATOR_EXTRA_OPTS) $(FOOMATIC_GENERATOR_FOOMATIC_3_OPTS)
684
688
        $(FOOMATIC_GENERATOR) -s -t $(srcdir)/foomatic-templates $(FOOMATIC_GENERATOR_EXTRA_OPTS) $(FOOMATIC_GENERATOR_FOOMATIC_3_OPTS)
685
689
        touch foomatic-stamp