root / Makefile.am @ 1122
History | View | Annotate | Download (756 Bytes)
| 1 | 528 | hiro | SUBDIRS = ac libsylph src po manual faq |
|---|---|---|---|
| 2 | 1 | hiro | |
| 3 | 1 | hiro | EXTRA_DIST = config.rpath \ |
| 4 | 51 | hiro | ChangeLog.ja \ |
| 5 | 51 | hiro | INSTALL.ja \ |
| 6 | 1007 | hiro | README.es \ |
| 7 | 51 | hiro | README.ja \ |
| 8 | 51 | hiro | TODO.ja \ |
| 9 | 51 | hiro | ChangeLog-1.0 \ |
| 10 | 66 | hiro | ChangeLog-1.0.ja \ |
| 11 | 51 | hiro | NEWS-1.0 \ |
| 12 | 487 | hiro | NEWS-2.0 \ |
| 13 | 579 | hiro | LICENSE \ |
| 14 | 1 | hiro | sylpheed.desktop \ |
| 15 | 1 | hiro | sylpheed.spec \ |
| 16 | 1 | hiro | sylpheed.spec.in \ |
| 17 | 1 | hiro | sylpheed.png \ |
| 18 | 1 | hiro | sylpheed-128x128.png \ |
| 19 | 1 | hiro | sylpheed-64x64.png \ |
| 20 | 621 | hiro | autogen.sh \ |
| 21 | 690 | hiro | makewin32.sh \ |
| 22 | 760 | hiro | mime.types \ |
| 23 | 760 | hiro | sylpheed-mailto-protocol.reg |
| 24 | 1 | hiro | |
| 25 | 1 | hiro | BZIP2_ENV = |
| 26 | 1 | hiro | |
| 27 | 1 | hiro | release: distdir |
| 28 | 1 | hiro | -chmod -R a+r $(distdir) |
| 29 | 1 | hiro | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
| 30 | 1 | hiro | rm -f $(distdir)/sylpheed.spec |
| 31 | 1 | hiro | sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \ |
| 32 | 1 | hiro | > $(distdir)/sylpheed.spec |
| 33 | 1 | hiro | BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) |
| 34 | 1 | hiro | -rm -rf $(distdir) |
| 35 | 1 | hiro | |
| 36 | 1 | hiro | ACLOCAL_AMFLAGS = -I m4 |