From 568465f0b64ab749b33167f832d94f8faacaecd1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 Sep 2002 22:23:22 +0000 Subject: [PATCH] Fix install-data-hook --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3950d94..b2cf38d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2002-08-30 01:17:10 mike Exp $ +## $Id: Makefile.am,v 1.12 2002-09-16 22:23:22 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ doc_DATA = zebra.html zebra.pdf @@ -24,7 +24,7 @@ XMLFILES = \ EXTRA_DIST = $(SUPPORTFILES) $(XMLFILES) zebra.pdf install-data-hook: - for f in *.html; do \ + for f in $(srcdir)/*.html; do \ $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \ done -- 1.7.10.4