~ubuntu-branches/ubuntu/trusty/pdfmod/trusty

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-06-18 03:44:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100618034446-bogifrsscpayp361
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = \
 
2
        icons
 
3
 
 
4
desktopdir = $(datadir)/applications
 
5
desktop_in_files = $(wildcard *.desktop.in)
 
6
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
7
 
 
8
@INTLTOOL_DESKTOP_RULE@
 
9
 
 
10
EXTRA_DIST = $(desktop_in_files)
 
11
 
 
12
CLEANFILES = $(desktop_DATA)
 
13
 
 
14
MAINTAINERCLEANFILES = \
 
15
        Makefile.in
 
16