Cleanup of stylesheets. Changed path to docbook.dsl.
[yaz-moved-to-github.git] / Makefile.am
1 ## $Id: Makefile.am,v 1.10 2000-10-11 10:40:56 adam Exp $
2
3 AUTOMAKE_OPTIONS = foreign 
4
5 DIST_SUBDIRS=util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib include client ztest doc
6
7 SUBDIRS = @SUBDIRS_VAR@
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
22 rpm: $(PACKAGE)-$(VERSION).tar.gz
23         cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
24         rpm -ba $(SPEC_FILE)