X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=630ecb69a410447faebec9c7ee568fde7e422c6c;hb=bf6876570c2eeade25f5ed23052d0e94244d568c;hp=e8376094ca93eb5b04e8381eac0122b68799c82a;hpb=b3f24b6b29adb7722dd5eb66a68f1df14907166b;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index e837609..630ecb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,10 @@ -## $Id: Makefile.am,v 1.16 2002-09-25 07:43:29 adam Exp $ +## Copyright (C) 1994-2004, Index Data +## All rights reserved. +## $Id: Makefile.am,v 1.26 2004-03-29 15:09:14 adam Exp $ AUTOMAKE_OPTIONS = foreign -SUBDIRS = util odr comstack z39.50 ill zutil ccl tab retrieval server include lib client ztest zoom doc +SUBDIRS = src include util test client ztest zoom doc etc aclocaldir=$(datadir)/aclocal @@ -13,7 +15,6 @@ EXTRA_DIST=$(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt \ yaz-config.in yaz.m4 dist-hook: - cd doc; make mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win mkdir $(distdir)/debian @@ -21,6 +22,8 @@ dist-hook: cp $(srcdir)/debian/changelog $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian + cp $(srcdir)/debian/compat $(distdir)/debian + cp $(srcdir)/debian/*.install $(distdir)/debian rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES