sync with sylpheed 0.6.2cvs12
[claws.git] / Makefile.am
1 SUBDIRS = ac po intl libkcc src manual tools
2
3 EXTRA_DIST = \
4         ChangeLog.jp \
5         INSTALL.jp \
6         README.jp \
7         README.claws \
8         TODO.jp \
9         sylpheed.spec \
10         sylpheed.spec.in \
11         autogen.sh \
12         sylpheed.png \
13         sylpheed.desktop \
14         ChangeLog.claws
15
16 if SYLPHEED_GNOME
17 pixmapdir=$(gnomedir)/share/pixmaps
18 pixmap_DATA=sylpheed.png
19 gnomapdir=$(gnomedir)/share/gnome/apps/Internet
20 gnomap_DATA=sylpheed.desktop
21 else
22 pixmapdir=
23 pixmap_DATA=
24 gnomapdir=
25 gnomap_DATA=
26 endif
27
28 BZIP2_ENV =
29
30 release: distdir
31         -chmod -R a+r $(distdir)
32         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
33         BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
34         -rm -rf $(distdir)