~ubuntu-branches/ubuntu/natty/jamin/natty

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Jordens
  • Date: 2005-03-24 17:08:30 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050324170830-3efg06mxys3gl55s
Tags: 0.9.0+0.95.0rc2-1
new upstream prerelease

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
desktopdir = $(datadir)/applications
 
3
desktop_in_files=jamin.desktop.in
 
4
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
 
5
@INTLTOOL_DESKTOP_RULE@
 
6
 
 
7
svgiconsdir = $(datadir)/icons
 
8
svgicons_DATA = jamin.svg
 
9
 
 
10
xml_in_files = jamin.xml.in
 
11
xml_files = $(xml_in_files:.xml.in=.xml)
 
12
@INTLTOOL_XML_RULE@
 
13
 
 
14
mimedir = $(datadir)/mime/packages
 
15
mime_DATA = $(xml_files)
 
16
 
 
17
EXTRA_DIST =                    \
 
18
        $(desktop_in_files)     \
 
19
        $(svgicons_DATA)        \
 
20
        $(xml_in_files)
 
21
 
 
22
DISTCLEANFILES =                \
 
23
        $(desktop_DATA)         \
 
24
        $(xml_files)
 
25