X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=71b65cb0181c27b47b0eac5015b4bc5ebb68bef0;hb=7f5ca4e0e34d88dcdd307865181195e1fa89e7b0;hp=a6a18f321c9bae74c1a4469aef27389913feb075;hpb=987cd2471dd8a5686b48285dd8d650c4aec53ab1;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index a6a18f3..71b65cb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.24 2006-06-10 14:32:19 adam Exp $ +## $Id: Makefile.am,v 1.25 2006-06-28 21:55:40 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -95,7 +95,7 @@ clean-data-hook: rm -f [0-9]* *.bak 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 \ @@ -107,4 +107,4 @@ dist-hook: echo "$$f not found in HTMLFILES"; \ exit 1; \ fi \ - done + done; fi