* src/main.c
[claws.git] / Makefile.am
index 793d3210b4095e33d749caefe1d7813f83eed214..26c4a0e8056f80c4846b5746317f04908da295b3 100644 (file)
@@ -1,11 +1,12 @@
-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 \
@@ -16,9 +17,9 @@ EXTRA_DIST = \
        autogen.sh 
 
 if SYLPHEED_GNOME
-pixmapdir=$(gnomedir)/share/pixmaps
+pixmapdir=$(gnomedatadir)/pixmaps
 pixmap_DATA=sylpheed.png
-gnomapdir=$(gnomedir)/share/gnome/apps/Internet
+gnomapdir=$(gnomedatadir)/gnome/apps/Internet
 gnomap_DATA=sylpheed.desktop
 else
 pixmapdir=
@@ -31,9 +32,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)