]> Dogcows Code - chaz/homebank/blob - data/Makefile.am
import homebank-4.6.3
[chaz/homebank] / data / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = icons datas
4
5 desktopdir = $(datadir)/applications
6 desktop_in_files = homebank.desktop.in
7 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
8 @INTLTOOL_DESKTOP_RULE@
9
10 EXTRA_DIST = \
11 $(desktop_in_files)
12
13 CLEANFILES = \
14 $(desktop_DATA)
15
16 DISTCLEANFILES = \
17 $(desktop_DATA)
18
This page took 0.033849 seconds and 4 git commands to generate.