X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=b02c85da3a07b9c6044da3c572a5998d912ea99c;hb=484e85dc68452b84d36770c1dc6801632dd75c45;hp=22962406340d1b1c34f47fe1f4835af6842eabf7;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 2296240..b02c85d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.am,v 1.1 2000-02-28 11:20:05 adam Exp $ +## $Id: Makefile.am,v 1.6 2000-03-15 12:59:49 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -12,7 +10,7 @@ noinst_SCRIPTS = yaz-config SPEC_FILE=$(PACKAGE).spec EXTRA_DIST=$(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt -yaz-config: +yaz-config: Makefile @echo "#!/bin/sh" >yaz-config @echo "# YAZ settings for developers" >>yaz-config @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config @@ -22,6 +20,7 @@ yaz-config: chmod +x yaz-config dist-hook: + cd doc; make mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win