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