~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to man/pl/Makefile.in

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
43
43
CONFIG_HEADER = $(top_builddir)/config.h
44
44
CONFIG_CLEAN_FILES =
45
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
47
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_@AM_V@)
 
50
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
51
am__v_at_0 = @
46
52
SOURCES =
47
53
DIST_SOURCES =
48
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66
72
am__base_list = \
67
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
75
am__uninstall_files_from_dir = { \
 
76
  test -z "$$files" \
 
77
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
78
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
79
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
80
  }
69
81
man1dir = $(mandir)/man1
70
82
am__installdirs = "$(DESTDIR)$(man1dir)"
71
83
NROFF = nroff
74
86
ACLOCAL = @ACLOCAL@
75
87
ALL_LINGUAS = @ALL_LINGUAS@
76
88
AMTAR = @AMTAR@
 
89
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
77
90
AR = @AR@
78
91
AUTOCONF = @AUTOCONF@
79
92
AUTOHEADER = @AUTOHEADER@
88
101
CPPFLAGS = @CPPFLAGS@
89
102
CYGPATH_W = @CYGPATH_W@
90
103
DATADIRNAME = @DATADIRNAME@
91
 
DBUS_CFLAGS = @DBUS_CFLAGS@
92
 
DBUS_LIBS = @DBUS_LIBS@
93
104
DEFS = @DEFS@
94
105
DEPDIR = @DEPDIR@
 
106
DLLTOOL = @DLLTOOL@
95
107
DSYMUTIL = @DSYMUTIL@
96
108
DUMPBIN = @DUMPBIN@
97
109
ECHO_C = @ECHO_C@
118
130
INTLTOOL_MERGE = @INTLTOOL_MERGE@
119
131
INTLTOOL_PERL = @INTLTOOL_PERL@
120
132
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
133
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
134
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
135
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
136
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
121
137
LD = @LD@
122
138
LDFLAGS = @LDFLAGS@
 
139
LIBINDICATE_CFLAGS = @LIBINDICATE_CFLAGS@
 
140
LIBINDICATE_LIBS = @LIBINDICATE_LIBS@
123
141
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
124
142
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
125
143
LIBOBJS = @LIBOBJS@
128
146
LIPO = @LIPO@
129
147
LN_S = @LN_S@
130
148
LTLIBOBJS = @LTLIBOBJS@
131
 
LUA_CFLAGS = @LUA_CFLAGS@
132
 
LUA_LIBS = @LUA_LIBS@
133
149
MAKEINFO = @MAKEINFO@
 
150
MANIFEST_TOOL = @MANIFEST_TOOL@
134
151
MKDIR_P = @MKDIR_P@
135
152
MKINSTALLDIRS = @MKINSTALLDIRS@
136
153
MSGFMT = @MSGFMT@
138
155
MSGMERGE = @MSGMERGE@
139
156
NM = @NM@
140
157
NMEDIT = @NMEDIT@
141
 
NM_CFLAGS = @NM_CFLAGS@
142
 
NM_LIBS = @NM_LIBS@
143
158
OBJDUMP = @OBJDUMP@
144
159
OBJEXT = @OBJEXT@
145
160
OTOOL = @OTOOL@
167
182
SHELL = @SHELL@
168
183
SM_CFLAGS = @SM_CFLAGS@
169
184
SM_LIBS = @SM_LIBS@
170
 
SO_PREFIX = @SO_PREFIX@
171
185
STRIP = @STRIP@
172
186
USE_NLS = @USE_NLS@
173
187
VERSION = @VERSION@
176
190
abs_srcdir = @abs_srcdir@
177
191
abs_top_builddir = @abs_top_builddir@
178
192
abs_top_srcdir = @abs_top_srcdir@
 
193
ac_ct_AR = @ac_ct_AR@
179
194
ac_ct_CC = @ac_ct_CC@
180
195
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181
196
am__include = @am__include@
204
219
includedir = @includedir@
205
220
infodir = @infodir@
206
221
install_sh = @install_sh@
 
222
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
223
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
207
224
libdir = @libdir@
208
225
libexecdir = @libexecdir@
209
226
localedir = @localedir@
210
227
localstatedir = @localstatedir@
211
 
lt_ECHO = @lt_ECHO@
212
228
mandir = @mandir@/pl
213
229
mkdir_p = @mkdir_p@
214
230
oldincludedir = @oldincludedir@
238
254
              exit 1;; \
239
255
          esac; \
240
256
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/pl/Makefile'; \
 
257
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/pl/Makefile'; \
242
258
        $(am__cd) $(top_srcdir) && \
243
 
          $(AUTOMAKE) --gnu man/pl/Makefile
 
259
          $(AUTOMAKE) --foreign man/pl/Makefile
244
260
.PRECIOUS: Makefile
245
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
262
        @case '$?' in \
300
316
          sed -n '/\.1[a-z]*$$/p'; \
301
317
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
302
318
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
303
 
        test -z "$$files" || { \
304
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
305
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
319
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
306
320
tags: TAGS
307
321
TAGS:
308
322
 
370
384
 
371
385
installcheck: installcheck-am
372
386
install-strip:
373
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
375
 
          `test -z '$(STRIP)' || \
376
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
387
        if test -z '$(STRIP)'; then \
 
388
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
389
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
390
              install; \
 
391
        else \
 
392
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
393
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
394
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
395
        fi
377
396
mostlyclean-generic:
378
397
 
379
398
clean-generic: