~ubuntu-branches/ubuntu/quantal/gnome-shell/quantal-proposed

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
69
68
CONFIG_HEADER = $(top_builddir)/config.h
70
69
CONFIG_CLEAN_FILES =
71
70
CONFIG_CLEAN_VPATH_FILES =
 
71
AM_V_P = $(am__v_P_@AM_V@)
 
72
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
73
am__v_P_0 = false
 
74
am__v_P_1 = :
72
75
AM_V_GEN = $(am__v_GEN_@AM_V@)
73
76
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
74
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
77
am__v_GEN_0 = @echo "  GEN     " $@;
 
78
am__v_GEN_1 = 
75
79
AM_V_at = $(am__v_at_@AM_V@)
76
80
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
77
81
am__v_at_0 = @
 
82
am__v_at_1 = 
78
83
SOURCES =
79
84
DIST_SOURCES =
80
85
am__can_run_installinfo = \
162
167
GLIB_MKENUMS = @GLIB_MKENUMS@
163
168
GMSGFMT = @GMSGFMT@
164
169
GMSGFMT_015 = @GMSGFMT_015@
 
170
GNOME_KEYBINDINGS_KEYSDIR = @GNOME_KEYBINDINGS_KEYSDIR@
165
171
GNOME_SHELL_CFLAGS = @GNOME_SHELL_CFLAGS@
166
172
GNOME_SHELL_JS_CFLAGS = @GNOME_SHELL_JS_CFLAGS@
167
173
GNOME_SHELL_JS_LIBS = @GNOME_SHELL_JS_LIBS@
180
186
G_IR_GENERATE = @G_IR_GENERATE@
181
187
G_IR_SCANNER = @G_IR_SCANNER@
182
188
HAVE_BLUETOOTH = @HAVE_BLUETOOTH@
183
 
HAVE_FOLKS = @HAVE_FOLKS@
184
189
HTML_DIR = @HTML_DIR@
185
190
INSTALL = @INSTALL@
186
191
INSTALL_DATA = @INSTALL_DATA@
420
425
ctags: CTAGS
421
426
CTAGS:
422
427
 
 
428
cscope cscopelist:
 
429
 
423
430
 
424
431
distdir: $(DISTFILES)
425
432
        @list='$(MANS)'; if test -n "$$list"; then \
428
435
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
429
436
          if test -n "$$list" && \
430
437
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
431
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
438
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
432
439
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
433
440
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
434
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
441
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
435
442
            exit 1; \
436
443
          else :; fi; \
437
444
        else :; fi