X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=Makefile.am;h=862fd7895b682b44c5bdac9b3879d4212262279b;hp=23a482d9b36aeef568e8fba38cf754938a55f413;hb=3e8b345b9aa6ac79ca43a9c03afac3519cf05999;hpb=036b63d8fc5a8c6e1ff150737226122c174c39cb diff --git a/Makefile.am b/Makefile.am index 23a482d9b..862fd7895 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,34 @@ -SUBDIRS = ac po intl libkcc src manual +SUBDIRS = ac po intl libkcc src manual tools EXTRA_DIST = \ ChangeLog.jp \ INSTALL.jp \ README.jp \ + README.claws \ TODO.jp \ sylpheed.spec \ sylpheed.spec.in \ - autogen.sh + autogen.sh \ + sylpheed.png \ + sylpheed.desktop \ + ChangeLog.claws + +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 BZIP2_ENV = release: distdir -chmod -R a+r $(distdir) GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) - BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir) + BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) -rm -rf $(distdir)