gajim
view Makefile.am @ 13621:2eed9411ae2d
better way to handle non supported hash algorithms
| author | Jefry Lagrange <jefry.reyes@gmail.com> |
|---|---|
| date | Tue, 24 Jan 2012 16:51:26 -0500 |
| parents | b43357c85e18 |
| children |
line source
1 SUBDIRS = src data po icons plugins
3 ACLOCAL_AMFLAGS = -I m4
5 bin_SCRIPTS = scripts/gajim scripts/gajim-history-manager scripts/gajim-remote
7 EXTRA_DIST = \
8 README.html \
9 THANKS.artists \
10 autogen.sh \
11 intltool-extract.in \
12 intltool-merge.in \
13 intltool-update.in \
14 gajim.nsi \
15 setup_win32.py \
16 scripts/gajim.in
18 DISTCLEANFILES = \
19 intltool-extract \
20 intltool-merge \
21 intltool-update \
22 scripts/gajim \
23 scripts/gajim-remote \
24 scripts/gajim-histrory-manager
26 MAINTAINERCLEANFILES = \
27 configure \
28 Makefile.in \
29 intltool-extract.in \
30 intltool-update.in \
31 intltool-merge.in \
32 ltmain.sh \
33 missing \
34 mkinstalldirs \
35 install-sh \
36 compile \
37 depcomp \
38 config.guess \
39 config.log \
40 config.sub \
41 config.status \
42 aclocal.m4 \
43 libtool \
44 po/POTFILES.in \
45 m4/intltool.m4
47 MAINTAINERCLEANDIRS = \
48 autom4te.cache \
49 build \
50 dist
53 test:
54 python test/runtests.py
55 .PHONY: test
57 doc:
58 epydoc --config=doc/epydoc.conf
59 .PHONY: doc
