~ubuntu-branches/debian/experimental/homebank/experimental

« back to all changes in this revision

Viewing changes to images/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-04-07 16:20:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080407162053-uyoaw9ba5u6swbps
Tags: 3.8-1
* New upstream release.
* debian-copyright: updated copyright information. 
* debian/changelog: applied patch to sync with ubuntu's changelog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
pixmapsdir   = $(datadir)/homebank/images
3
 
 
4
 
pixmaps_DATA = \
 
2
pixmapsdir   = $(datadir)/pixmaps
 
3
pixmaps_DATA = homebank.svg
 
4
 
 
5
imagesdir   = $(datadir)/homebank/images
 
6
 
 
7
images_DATA = \
5
8
account.svg \
6
9
archive.svg \
7
10
budget.svg \
8
11
category.svg \
9
12
payee.svg \
10
 
document-new.svg \
11
 
document-open.svg \
12
 
document-save.svg \
13
13
filter.svg \
14
14
homebank.svg \
15
15
legend.svg \
32
32
ope_show.svg \
33
33
ope_valid.svg \
34
34
prf_display.svg \
 
35
prf_columns.svg \
35
36
prf_euro.svg \
36
37
prf_report.svg \
37
38
prf_general.svg \
46
47
view_line.svg \
47
48
view_list.svg \
48
49
view_pie.svg \
49
 
splash.png 
 
50
splash.png \
 
51
lpi-help.png \
 
52
lpi-translate.png \
 
53
lpi-bug.png
50
54
 
51
 
EXTRA_DIST   = $(pixmaps_DATA)
 
55
EXTRA_DIST   = $(pixmaps_DATA) $(images_DATA)