Statistics
| Revision:

root / Makefile.am @ 91

History | View | Annotate | Download (654 Bytes)

1
SUBDIRS = ac po intl src 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
	sylpheed.desktop \
12
	sylpheed.spec \
13
	sylpheed.spec.in \
14
	sylpheed.png \
15
	sylpheed-128x128.png \
16
	sylpheed-64x64.png \
17
	autogen.sh
18
19
BZIP2_ENV =
20
21
release: distdir
22
	-chmod -R a+r $(distdir)
23
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
24
	rm -f $(distdir)/sylpheed.spec
25
	sed '/^Source:/s/\.tar\.gz$$/\.tar\.bz2/' sylpheed.spec \
26
	  > $(distdir)/sylpheed.spec
27
	BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
28
	-rm -rf $(distdir)
29
30
ACLOCAL_AMFLAGS = -I m4