claws-mail/Makefile.am
Paul Mangan 02dd9e005c 2005-05-09 [paul] 1.9.6cvs58
* AUTHORS
	* INSTALL
	* README.claws
		updated
	* Makefile.am
	* RELEASE_NOTES.claws
		add release notes to cvs to simplify release
		procedure
	* configure.ac
		add ca and fi to ALL_LINGUAS
	* po/Makefile.in.in
		workaround for missing Makevars
	* po/ca.po
	* po/fi.po
		add new Catalan and Finnish translations
		submitted by Miquel Oliete and Flammie Pirinen
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/pl.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/zh_CN.po
		updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
		Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
		Urke MMI, and Hansom Young
	* src/main.c
		Fix drafting when quitting. compose_draft() closes the
		compose windows, which modifies the compose_list GSList.
		We have to refresh this list after echo drafting to avoid a
		segfault
	* src/partial_download.c
		fix segfault on exit
2005-05-09 11:46:54 +00:00

56 lines
1.2 KiB
Makefile

SUBDIRS = m4 po src tools config doc
EXTRA_DIST = \
ChangeLog.claws \
ChangeLog-gtk2.claws \
ChangeLog-gtk2.jp \
README.claws \
RELEASE_NOTES.claws \
sylpheed-128x128.png \
sylpheed-64x64.png \
sylpheed-claws.pc.in \
sylpheed.desktop \
sylpheed.png \
sylpheed.spec \
sylpheed.spec.in \
TODO-gtk2 \
TODO-gtk2.jp \
autogen.sh
if SYLPHEED_GNOME
pixmapdir=$(gnomedatadir)/pixmaps
pixmap_DATA=sylpheed.png
gnomapdir=$(gnomedatadir)/gnome/apps/Internet
gnomap_DATA=sylpheed.desktop
else
if SYLPHEED_GNOME2
# hicolor icon theme, base class of all icon themes
pixmapdir=$(datadir)/icons/hicolor/48x48/apps
pixmap_DATA=sylpheed.png
gnomapdir = $(datadir)/applications
gnomap_DATA=sylpheed.desktop
else
pixmapdir=
pixmap_DATA=
gnomapdir=
gnomap_DATA=
endif
endif
BZIP2_ENV =
release: distdir
-chmod -R a+r $(distdir)
GZIP=$(GZIP_ENV) $(AMTAR)$(TAR) chozf $(distdir).tar.gz $(distdir)
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)
-rm -rf $(distdir)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sylpheed-claws.pc
sylpheedincludedir = $(pkgincludedir)
sylpheedinclude_HEADERS = \
config.h