]> Dogcows Code - chaz/homebank/blob - Makefile.am
Merge branch 'upstream'
[chaz/homebank] / Makefile.am
1 # HomeBank Makefile.am
2
3 #SUBDIRS = src
4 SUBDIRS = src data images mime pixmaps themes po doc
5
6
7 datasdir = $(datadir)/homebank/datas/
8 datas_DATA = \
9 ChangeLog
10
11 EXTRA_DIST = $(datas_DATA)
12
13
14 # don't forget to do a 'make check'
15 # to ensure all files are in po/POTFILES.in
16
17 #pot: Makefile
18 #${MAKE} -C po $(PACKAGE).pot
19
20 INTLTOOL_FILES = intltool-extract.in \
21 intltool-merge.in \
22 intltool-update.in
23
24 DISTCLEANFILES = ... intltool-extract \
25 intltool-merge \
26 intltool-update \
27 po/.intltool-merge-cache
28
29
30 # we clean every folder under /usr/share/homebank as well on uninstall
31 uninstall-hook:
32 -rm -rf $(datadir)/homebank/datas
33 -rm -rf $(datadir)/homebank/help
34 -rm -rf $(datadir)/homebank/icons
35 -rm -rf $(datadir)/homebank/images
36 #-rmdir $(datadir)/homebank
This page took 0.032176 seconds and 4 git commands to generate.