Minor change.
[yaz-moved-to-github.git] / Makefile.am
index 2296240..b02c85d 100644 (file)
@@ -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