~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to doc/man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-11 12:11:00 UTC
  • mfrom: (1.1.77)
  • Revision ID: package-import@ubuntu.com-20120611121100-4v8ck97j20kykbbp
Tags: 3.5.2-0ubuntu1
* debian/watch: Track unstable versions 
* New upstream release (LP: #1011555).
  + Fail softer in the face of spotty session bus
  + Consider that required component that exits with 1 has crashed
* Refresh patches to apply cleanly 

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.
46
46
CONFIG_HEADER = $(top_builddir)/config.h
47
47
CONFIG_CLEAN_FILES =
48
48
CONFIG_CLEAN_VPATH_FILES =
49
 
AM_V_GEN = $(am__v_GEN_$(V))
50
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
50
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51
51
am__v_GEN_0 = @echo "  GEN   " $@;
52
 
AM_V_at = $(am__v_at_$(V))
53
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
AM_V_at = $(am__v_at_@AM_V@)
 
53
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54
54
am__v_at_0 = @
55
55
SOURCES =
56
56
DIST_SOURCES =
75
75
am__base_list = \
76
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
78
am__uninstall_files_from_dir = { \
 
79
  test -z "$$files" \
 
80
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
81
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
82
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
83
  }
78
84
man1dir = $(mandir)/man1
79
85
am__installdirs = "$(DESTDIR)$(man1dir)"
80
86
NROFF = nroff
354
360
          sed -n '/\.1[a-z]*$$/p'; \
355
361
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
356
362
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
357
 
        test -z "$$files" || { \
358
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
359
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
363
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
360
364
tags: TAGS
361
365
TAGS:
362
366
 
424
428
 
425
429
installcheck: installcheck-am
426
430
install-strip:
427
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429
 
          `test -z '$(STRIP)' || \
430
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
431
        if test -z '$(STRIP)'; then \
 
432
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
433
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
434
              install; \
 
435
        else \
 
436
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
439
        fi
431
440
mostlyclean-generic:
432
441
 
433
442
clean-generic: