~ubuntu-branches/ubuntu/vivid/xfce4-power-manager/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/C/images/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-06-25 19:13:23 UTC
  • mfrom: (21.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140625191323-w7xzyk3dkwkk15uh
Tags: 1.3.0-1ubuntu1
* Merge from debian. (LP: #1334185) Remaining changes:
  - Switch to using logind for session tracking. Depend on systemd-services
    and add libsystemd-login-dev build dependency.
* Use upower << 0.99
* Drop all patches, fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
imagesdir = $(datadir)/xfce4/doc/C/images
2
 
 
3
 
images_DATA = xfpm-general-settings.png         \
4
 
              xfpm-extended-settings.png        \
5
 
              xfpm-context-menu.png             \
6
 
              xfpm-brightness-plugin.png
7
 
 
8
 
EXTRA_DIST = $(images_DATA)
9
 
 
10