~ubuntu-branches/ubuntu/precise/xfce4-panel/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mto: (4.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20101204154553-f452gq02eiksf09f
Tags: upstream-4.7.5
ImportĀ upstreamĀ versionĀ 4.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
imagesdir = $(datadir)/xfce4/doc/C/images
2
 
images_DATA =                           \
3
 
        default_top_panel.png           \
4
 
        default_bottom_panel.png        \
5
 
        item_popup.png                  \
6
 
        add_item_dialog.png             \
7
 
        launcher_properties.png         \
8
 
        panel_manager.png
9
 
 
10
 
EXTRA_DIST = $(images_DATA)
11