X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=79dca12a4a03fa3350a89cb9887759623a8da11c;hb=536ffb34a8baf9ec637c2cc2340f79e1fe9441ed;hp=993a411838065a2632e5dd01125d0fe99eb1fa19;hpb=d775854eb4b203433c54239cc447f20511850ef9;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 993a411..79dca12 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.70 2006-05-28 19:56:24 adam Exp $ +## $Id: Makefile.am,v 1.71 2006-06-28 21:41:54 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -89,7 +89,7 @@ apilayer.png: xbmtopbm apilayer.png dist-hook: - for f in *.html; do \ + if test -f index.html; then for f in *.html; do \ found=0; \ b=`basename $$f`; \ for h in $(HTMLFILES); do \ @@ -101,6 +101,6 @@ dist-hook: echo "$$b not found in HTMLFILES"; \ exit 1; \ fi \ - done + done; fi