X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=d7758623c530926afd7af2a186fd298c57cdab73;hb=484e85dc68452b84d36770c1dc6801632dd75c45;hp=d27791ff4ca57c4da601874354aadf79ce3f25c7;hpb=c0903fd5f123d300c1a107af6cbd6f70631fcf32;p=yaz-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index d27791f..d775862 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,10 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.in,v 1.16 2000-02-28 11:27:22 adam Exp $ - SHELL = @SHELL@ @@ -83,7 +79,6 @@ SPEC_FILE = $(PACKAGE).spec EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ./include/yaz/config.h CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS) @@ -336,7 +331,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -yaz-config: +yaz-config: Makefile @echo "#!/bin/sh" >yaz-config @echo "# YAZ settings for developers" >>yaz-config @echo "YAZBIN=\"`pwd`/bin\"" >>yaz-config @@ -346,6 +341,7 @@ yaz-config: chmod +x yaz-config dist-hook: + cd doc; make mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win