remove generated files that shouldn't be here
[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.desktop \
10         sylpheed.spec \
11         sylpheed.spec.in \
12         autogen.sh \
13         sylpheed.png \
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         rm -f $(distdir)/sylpheed.spec
34         sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
35           > $(distdir)/sylpheed.spec
36         BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
37         -rm -rf $(distdir)