added credits
[claws.git] / Makefile.am
1 SUBDIRS = ac po intl src man manual faq tools config
2
3 EXTRA_DIST = \
4         ChangeLog.jp \
5         INSTALL.jp \
6         README.jp \
7         ChangeLog.claws \
8         README.claws \
9         TODO \
10         TODO.claws \
11         TODO.jp \
12         sylpheed.desktop \
13         sylpheed.spec \
14         sylpheed.spec.in \
15         sylpheed.png \
16         sylpheed-128x128.png \
17         sylpheed-64x64.png \
18         autogen.sh 
19
20 if SYLPHEED_GNOME
21 pixmapdir=$(gnomedir)/share/pixmaps
22 pixmap_DATA=sylpheed.png
23 gnomapdir=$(gnomedir)/share/gnome/apps/Internet
24 gnomap_DATA=sylpheed.desktop
25 else
26 pixmapdir=
27 pixmap_DATA=
28 gnomapdir=
29 gnomap_DATA=
30 endif
31
32 BZIP2_ENV =
33
34 release: distdir
35         -chmod -R a+r $(distdir)
36         GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
37         rm -f $(distdir)/sylpheed.spec
38         sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
39           > $(distdir)/sylpheed.spec
40         BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
41         -rm -rf $(distdir)