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