X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=538474fdccb2156e361073c8bfcd6b6de4a264a3;hb=30e703f75c26ad4b564e380d586d122edd49046d;hp=2d20be5b8d3e7060ddf29a12b8d1176b424bf282;hpb=e72e394106dd25d6a8a8c7c2fa677f40ef5e7eb6;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 2d20be5..538474f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.54 2004-04-28 22:44:59 adam Exp $ +## $Id: Makefile.am,v 1.56 2004-11-16 17:08:11 heikki Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -12,15 +12,16 @@ HTMLFILES = \ client.commands.html client.html client.invoking.html client.searching.html \ comstack.addresses.html comstack.client.html comstack.common.html \ comstack.diagnostics.html comstack.html comstack.introduction.html \ - comstack.server.html comstack.summary.html credits.html future.html \ + comstack.server.html comstack.ssl.html comstack.summary.html \ + credits.html future.html \ indexdata.html installation.html installation.unix.html \ installation.win32.html introduction.api.html introduction.html \ license.html license.other.html odr.debugging.html odr.html \ odr.programming.html odr.use.html server.backendfunctions.html \ server.backend.html server.frontend.html server.html server.invocation.html \ server.main.html soap.html soap.http.html soap.xml.html soap.srw.html \ - tools.html tools.marc.html tools.nmem.html tools.oid.html yaz.html \ - zoom.events.html zoom.html zoom.options.html zoom.query.html \ + tools.html tools.marc.html tools.nmem.html tools.log.html tools.oid.html \ + yaz.html zoom.events.html zoom.html zoom.options.html zoom.query.html \ zoom.records.html zoom.resultsets.html zoom.scan.html MANFILES=yaz-client.1 yaz-ztest.8 \ @@ -94,7 +95,7 @@ dist-hook: fi \ done; \ if test "$$found" = "0"; then \ - echo "$$h not found in HTMLFILES"; \ + echo "$$b not found in HTMLFILES"; \ exit 1; \ fi \ done