X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=07202d1ec37f6c741ea28f1a24acbf23711fc4d8;hp=1d11d2849f128bb7ca1b8d9458a27bad45b440b0;hb=9a7e8960b79b0b9bd6df38258ecda51f42d41280;hpb=86cdde4678c966774a602b0253e863983c3235ed diff --git a/doc/Makefile.am b/doc/Makefile.am index 1d11d28..07202d1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.12 2006-06-02 08:53:23 adam Exp $ +## $Id: Makefile.am,v 1.13 2006-06-28 21:45:49 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -66,7 +66,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 \ @@ -78,5 +78,5 @@ dist-hook: echo "$$h not found in HTMLFILES"; \ exit 1; \ fi \ - done + done; fi