X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=4702c5fe6a52f0f04415f1722142898569e4a67d;hp=49982056afd325cf82c81cb3c255197eb69068e3;hb=3ebdac624f7c6cdef6894cd6a42deb34a4c51bc9;hpb=8183ba06bf6e3e7df8eb3094be1adfbcee0746a9 diff --git a/doc/Makefile.am b/doc/Makefile.am index 4998205..4702c5f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.21 2006-06-02 08:43:12 adam Exp $ +## $Id: Makefile.am,v 1.22 2006-06-28 21:43:45 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -60,7 +60,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 \ @@ -72,5 +72,5 @@ dist-hook: echo "$$h not found in HTMLFILES"; \ exit 1; \ fi \ - done + done; fi