~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to docs/manual/am/images/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
imagesdir = $(datadir)/doc/Thunar/html/am/images
 
4
images_DATA =                                                           \
 
5
        bulk-rename.png                                                 \
 
6
        file-manager-window.png                                         \
 
7
        file-properties.png                                             \
 
8
        preferences-advanced.png                                        \
 
9
        preferences-behavior.png                                        \
 
10
        preferences-side-pane.png                                       \
 
11
        preferences-views.png                                           \
 
12
        removable-drives-and-media.png                                  \
 
13
        removable-media-unmount.png                                     \
 
14
        sendto-menu.png                                                 \
 
15
        visible-columns.png
 
16
 
 
17
EXTRA_DIST =                                                            \
 
18
        $(images_DATA)
 
19
 
 
20
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: