Moved zoom implementation to zutil. Man page for zoomsh
[yaz-moved-to-github.git] / Makefile.am
1 ## $Id: Makefile.am,v 1.15 2002-09-16 18:45:13 adam Exp $
2
3 AUTOMAKE_OPTIONS = foreign 
4
5 DIST_SUBDIRS=util odr z39.50 ill zutil comstack ccl tab retrieval server lib include client ztest zoom doc
6
7 SUBDIRS = util odr comstack z39.50 ill zutil ccl tab retrieval server include lib client ztest zoom
8
9 aclocaldir=$(datadir)/aclocal
10
11 aclocal_DATA = yaz.m4
12
13 SPEC_FILE=$(PACKAGE).spec
14 EXTRA_DIST=$(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt \
15         yaz-config.in yaz.m4
16
17 dist-hook:
18         cd doc; make
19         mkdir $(distdir)/win
20         -cp $(srcdir)/win/* $(distdir)/win
21         mkdir $(distdir)/debian
22         cp $(srcdir)/debian/control $(distdir)/debian
23         cp $(srcdir)/debian/changelog $(distdir)/debian
24         cp $(srcdir)/debian/rules $(distdir)/debian
25         cp $(srcdir)/debian/postinst $(distdir)/debian
26
27 rpm: $(PACKAGE)-$(VERSION).tar.gz
28         cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
29         rpm -ba $(SPEC_FILE)