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