]> Dogcows Code - chaz/homebank/blob - Makefile.am
Merge branch 'master' into ext-perl
[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 # don't forget to do a 'make check'
10 # to ensure all files are in po/POTFILES.in
11
12 #pot: Makefile
13 #${MAKE} -C po $(PACKAGE).pot
14
15 INTLTOOL_FILES = intltool-extract.in \
16 intltool-merge.in \
17 intltool-update.in
18
19 DISTCLEANFILES = ... intltool-extract \
20 intltool-merge \
21 intltool-update \
22 po/.intltool-merge-cache
23
24 run: all
25 PERL5LIB=src src/homebank
26
27 debug: all
28 PERL5LIB=src gdb src/homebank
This page took 0.03722 seconds and 4 git commands to generate.