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

« back to all changes in this revision

Viewing changes to src/sudoku-activity/resources/sudoku/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@/sudoku
 
2
img_DATA = \
 
3
        circle.png \
 
4
        circle_grey.png \
 
5
        rectangle.png \
 
6
        rectangle_grey.png \
 
7
        rhombus.png \
 
8
        rhombus_grey.png \
 
9
        star.png \
 
10
        star_grey.png \
 
11
        triangle.png \
 
12
        triangle_grey.png
 
13
 
 
14
EXTRA_DIST = $(img_DATA)