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