fix coding style
[claws.git] / Makefile.am
index 5c46e63100faf1e8aa0fc8088da183bd21b46332..a7609659ec63026314acc4733fe4dd1c24ef05fd 100644 (file)
@@ -1,17 +1,21 @@
-SUBDIRS = ac po intl libkcc src manual faq tools
+SUBDIRS = ac po intl src man manual faq tools config
 
 EXTRA_DIST = \
        ChangeLog.jp \
        INSTALL.jp \
        README.jp \
+       ChangeLog.claws \
        README.claws \
+       TODO \
+       TODO.claws \
        TODO.jp \
        sylpheed.desktop \
        sylpheed.spec \
        sylpheed.spec.in \
-       autogen.sh \
        sylpheed.png \
-       ChangeLog.claws
+       sylpheed-128x128.png \
+       sylpheed-64x64.png \
+       autogen.sh 
 
 if SYLPHEED_GNOME
 pixmapdir=$(gnomedir)/share/pixmaps
@@ -29,9 +33,9 @@ BZIP2_ENV =
 
 release: distdir
        -chmod -R a+r $(distdir)
-       GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(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) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
+       BZIP2=$(BZIP2_ENV) $(AMTAR)$(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
        -rm -rf $(distdir)