X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=71b65cb0181c27b47b0eac5015b4bc5ebb68bef0;hb=91047945d924bbe5f11ea7098d692b66bd3a541b;hp=2bf23e6a057c6bf07a66dc0e9f4c6d2b06fd70a4;hpb=5b556e3b9d95a6e249ffd66d38da5c33f9b00d1d;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 2bf23e6..71b65cb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.23 2006-06-02 10:23:49 adam Exp $ +## $Id: Makefile.am,v 1.25 2006-06-28 21:55:40 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -31,7 +31,7 @@ HTMLFILES = architecture.html \ installation.debian.html \ installation.windows.html \ introduction.html \ - licence.html \ + license.html \ multidb.html \ multidb.multi.html \ multidb.picture.html \ @@ -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