~ubuntu-branches/ubuntu/quantal/lxpanel/quantal

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2012-06-13 23:16:29 UTC
  • mfrom: (1.1.12) (4.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20120613231629-8soa5l593xox4351
Tags: 0.5.10-1ubuntu1
* debian/control:
 - Add libindicator-dev build-depends.
 - Add a recommend on xterm | pavucontrol | gnome-alsamixer to enable the
  mixer on the sound applet.
 - Add indicator plugin binary.
* debian/local/source_lxpanel.py:
 - Add apport hook.
* debian/lxpanel.install:
 - Install all files except indicators.
 - Install apport hook.
* debian/lxpanel-indicator-applet-plugin.install:
 - Install indicator plugin.
* debian/rules:
 - Add --enable-indicator-support flag.
 - Remove override for dh_install.
* debian/copyright:
 - Update copyright for xkb plugin.
 - Update copyright for indicator plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
52
69
am__v_at_0 = @
53
70
SOURCES =
54
71
DIST_SOURCES =
 
72
am__can_run_installinfo = \
 
73
  case $$AM_UPDATE_INFO_DIR in \
 
74
    n|no|NO) false;; \
 
75
    *) (install-info --version) >/dev/null 2>&1;; \
 
76
  esac
55
77
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
78
am__vpath_adj = case $$p in \
57
79
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
305
327
        -rm -rf .libs _libs
306
328
install-man1: $(man_MANS)
307
329
        @$(NORMAL_INSTALL)
308
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
309
 
        @list=''; test -n "$(man1dir)" || exit 0; \
310
 
        { for i in $$list; do echo "$$i"; done; \
311
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
312
 
          sed -n '/\.1[a-z]*$$/p'; \
 
330
        @list1=''; \
 
331
        list2='$(man_MANS)'; \
 
332
        test -n "$(man1dir)" \
 
333
          && test -n "`echo $$list1$$list2`" \
 
334
          || exit 0; \
 
335
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
336
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
337
        { for i in $$list1; do echo "$$i"; done;  \
 
338
        if test -n "$$list2"; then \
 
339
          for i in $$list2; do echo "$$i"; done \
 
340
            | sed -n '/\.1[a-z]*$$/p'; \
 
341
        fi; \
313
342
        } | while read p; do \
314
343
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
315
344
          echo "$$d$$p"; echo "$$p"; \