~ubuntu-branches/ubuntu/raring/thunar/raring-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-05 14:08:14 UTC
  • mfrom: (2.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120505140814-g3j6j707oib3fzv1
Tags: 1.4.0-1
* New upstream stable release.
* debian/patches:
  - 02_fix-link-gmodule.patch: dropped, included upstream.
* debian/control:
  - debian/control: revert to unversioned libxfce4util-dev, bump required
    versions for Xfce 4.10.
  - drop b-deps on xfce4-dev-tools, libtool, automake, autoconf and
    gtk-doc-tools, unneeded.

Show diffs side-by-side

added added

removed removed

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