claws-mail/Makefile.am

42 lines
866 B
Makefile
Raw Normal View History

2002-07-05 09:49:10 +02:00
SUBDIRS = ac po intl src man manual faq tools
2001-04-19 14:21:46 +02:00
EXTRA_DIST = \
ChangeLog.jp \
INSTALL.jp \
README.jp \
2002-04-21 20:25:38 +02:00
ChangeLog.claws \
2001-09-22 15:33:14 +02:00
README.claws \
2002-07-21 09:30:58 +02:00
TODO \
TODO.claws \
2001-04-19 14:21:46 +02:00
TODO.jp \
2002-02-11 14:43:37 +01:00
sylpheed.desktop \
2001-04-19 14:21:46 +02:00
sylpheed.spec \
sylpheed.spec.in \
sylpheed.png \
2002-04-21 20:25:38 +02:00
sylpheed-128x128.png \
sylpheed-64x64.png \
autogen.sh
if SYLPHEED_GNOME
pixmapdir=$(gnomedir)/share/pixmaps
pixmap_DATA=sylpheed.png
gnomapdir=$(gnomedir)/share/gnome/apps/Internet
gnomap_DATA=sylpheed.desktop
else
pixmapdir=
pixmap_DATA=
gnomapdir=
gnomap_DATA=
endif
2001-04-19 14:21:46 +02:00
BZIP2_ENV =
release: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
2002-02-11 14:43:37 +01:00
rm -f $(distdir)/sylpheed.spec
sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
> $(distdir)/sylpheed.spec
BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
2001-04-19 14:21:46 +02:00
-rm -rf $(distdir)