~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to src/anim-activity/resources/anim/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/anim
 
2
img_DATA = \
 
3
        color-selector.png \
 
4
        counter.png \
 
5
        down.png \
 
6
        draw.svg \
 
7
        Makefile \
 
8
        Makefile.am \
 
9
        Makefile.in \
 
10
        tool-circle_on.png \
 
11
        tool-circle.png \
 
12
        tool-del_on.png \
 
13
        tool-del.png \
 
14
        tool-down_on.png \
 
15
        tool-down.png \
 
16
        tool-empty_on.png \
 
17
        tool-empty.png \
 
18
        tool-filledcircle_on.png \
 
19
        tool-filledcircle.png \
 
20
        tool-filledrectangle_on.png \
 
21
        tool-filledrectangle.png \
 
22
        tool-fill_on.png \
 
23
        tool-fill.png \
 
24
        tool-flip_on.png \
 
25
        tool-flip.png \
 
26
        tool-image_on.png \
 
27
        tool-image.png \
 
28
        tool-line_on.png \
 
29
        tool-line.png \
 
30
        tool-load.png \
 
31
        tool-movie_on.png \
 
32
        tool-movie.png \
 
33
        tool-rectangle_on.png \
 
34
        tool-rectangle.png \
 
35
        tool-rotation-ccw_on.png \
 
36
        tool-rotation-ccw.png \
 
37
        tool-rotation-cw_on.png \
 
38
        tool-rotation-cw.png \
 
39
        tool-save.png \
 
40
        tool-select_on.png \
 
41
        tool-selector.png \
 
42
        tool-select.png \
 
43
        tool-text_on.png \
 
44
        tool-text.png \
 
45
        tool-up_on.png \
 
46
        tool-up.png \
 
47
        up.png
 
48
 
 
49
EXTRA_DIST = $(img_DATA)