~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy

« back to all changes in this revision

Viewing changes to gnibbles/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aron Sisak
  • Date: 2007-08-28 11:17:57 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20070828111757-p1o9q24u57fbgkuq
Tags: 1:2.19.91-0ubuntu1
* New upstream release:
  - Sudoku:
    - Fix a crash when solving a sudoku, caused by a type mismatch (#470523).
  - Aisleriot:
    - Fix translation of "Autoplay" in Napoleons Tomb (#469363).
  - Gnometris:
    - Remove gaussian blur in background image to improve rendering performance.
  - Mahjongg:
    - Fix workaround for bug #353964. (LP: #94851)
* debian/patches/99_autoconf.patch:
  - Update via automagic

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
213
213
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
214
214
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
215
INTLTOOL_ICONV = @INTLTOOL_ICONV@
215
216
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
216
217
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
217
218
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
219
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
220
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
218
221
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
219
222
INTLTOOL_PERL = @INTLTOOL_PERL@
220
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
221
223
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
222
224
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
223
225
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
229
231
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
230
232
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
231
233
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
234
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
232
235
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
233
236
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
234
237
LDADD = @LDADD@
253
256
MAEMO_LIBS = @MAEMO_LIBS@
254
257
MAKEINFO = @MAKEINFO@
255
258
MKDIR_P = @MKDIR_P@
256
 
MKINSTALLDIRS = @MKINSTALLDIRS@
257
259
MSGFMT = @MSGFMT@
258
260
MSGFMT_OPTS = @MSGFMT_OPTS@
259
261
OBJDUMP = @OBJDUMP@