~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to data/icons/48x48/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
90
90
DEFS = @DEFS@
91
91
DEPDIR = @DEPDIR@
92
92
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
93
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
93
94
DJVU_CFLAGS = @DJVU_CFLAGS@
94
95
DJVU_LIBS = @DJVU_LIBS@
95
96
DOC_USER_FORMATS = @DOC_USER_FORMATS@
115
116
GLIB_MKENUMS = @GLIB_MKENUMS@
116
117
GMOFILES = @GMOFILES@
117
118
GMSGFMT = @GMSGFMT@
118
 
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
119
 
GNOMEUI_LIBS = @GNOMEUI_LIBS@
120
 
GNOME_CFLAGS = @GNOME_CFLAGS@
121
 
GNOME_LIBS = @GNOME_LIBS@
122
119
GREP = @GREP@
123
120
GTKDOC_CHECK = @GTKDOC_CHECK@
124
121
HELP_DIR = @HELP_DIR@
169
166
MKINSTALLDIRS = @MKINSTALLDIRS@
170
167
MSGFMT = @MSGFMT@
171
168
MSGFMT_OPTS = @MSGFMT_OPTS@
 
169
MSGMERGE = @MSGMERGE@
172
170
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
173
171
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
174
172
NAUTILUS_LIBS = @NAUTILUS_LIBS@
196
194
SHELL_CORE_CFLAGS = @SHELL_CORE_CFLAGS@
197
195
SHELL_CORE_LIBS = @SHELL_CORE_LIBS@
198
196
SHELL_LIBS = @SHELL_LIBS@
 
197
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
198
SMCLIENT_LIBS = @SMCLIENT_LIBS@
199
199
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
200
200
SPECTRE_LIBS = @SPECTRE_LIBS@
201
201
STRIP = @STRIP@
370
370
        unique=`for i in $$list; do \
371
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
372
          done | \
373
 
          $(AWK) '    { files[$$0] = 1; } \
374
 
               END { for (i in files) print i; }'`; \
 
373
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
375
375
        mkid -fID $$unique
376
376
tags: TAGS
377
377
 
396
396
        unique=`for i in $$list; do \
397
397
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
398
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
 
399
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
400
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
401
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
402
402
          test -n "$$unique" || unique=$$empty_fix; \
403
403
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407
407
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
408
                $(TAGS_FILES) $(LISP)
409
409
        tags=; \
410
 
        here=`pwd`; \
411
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412
411
        unique=`for i in $$list; do \
413
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
413
          done | \
415
 
          $(AWK) '    { files[$$0] = 1; } \
416
 
               END { for (i in files) print i; }'`; \
 
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
416
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
418
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419
418
             $$tags $$unique