X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=b2cf38dd7b210389b2318f51923844337e4505c4;hb=568465f0b64ab749b33167f832d94f8faacaecd1;hp=3950d9490e7721b0df4d6e627cb545b2ad2110b7;hpb=c15b9ab49ac30e1bd9c92216a9ffa63f976ad323;p=idzebra-moved-to-github.git 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