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