root / Makefile.am @ 2769
History | View | Annotate | Download (1 kB)
| 1 | SUBDIRS = ac libsylph src plugin po manual faq nsis |
|---|---|
| 2 | |
| 3 | EXTRA_DIST = config.rpath \ |
| 4 | ChangeLog.ja \ |
| 5 | INSTALL.ja \ |
| 6 | README.es \ |
| 7 | README.ja \ |
| 8 | TODO.ja \ |
| 9 | ChangeLog-1.0 \ |
| 10 | ChangeLog-1.0.ja \ |
| 11 | NEWS-1.0 \ |
| 12 | NEWS-2.0 \ |
| 13 | LICENSE \ |
| 14 | PLUGIN.txt \ |
| 15 | PLUGIN.ja.txt \ |
| 16 | sylpheed.desktop \ |
| 17 | sylpheed.spec \ |
| 18 | sylpheed.spec.in \ |
| 19 | sylpheed.png \ |
| 20 | sylpheed-128x128.png \ |
| 21 | sylpheed-64x64.png \ |
| 22 | autogen.sh \ |
| 23 | makewin32.sh \ |
| 24 | mime.types \ |
| 25 | sylpheed-mailto-protocol.reg |
| 26 | |
| 27 | BZIP2_ENV = |
| 28 | |
| 29 | release: distdir |
| 30 | -chmod -R a+r $(distdir) |
| 31 | GZIP=$(GZIP_ENV) $(AMTAR) chozf $(distdir).tar.gz $(distdir) |
| 32 | rm -f $(distdir)/sylpheed.spec |
| 33 | sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ |
| 34 | > $(distdir)/sylpheed.spec |
| 35 | BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) |
| 36 | -rm -rf $(distdir) |
| 37 | |
| 38 | #ACLOCAL_AMFLAGS = -I m4 |
| 39 | |
| 40 | install-data-local: |
| 41 | @$(NORMAL_INSTALL) |
| 42 | $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ |
| 43 | $(INSTALL_DATA) $(srcdir)/sylpheed-64x64.png $(DESTDIR)$(datadir)/pixmaps/sylpheed.png; |
| 44 | |
| 45 | desktop_DATA = sylpheed.desktop |
| 46 | desktopdir = $(datadir)/applications |