From 914ee48f616bd669160d8c7be4fb7b2e0b77b8a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 23 Mar 2002 20:35:51 +0000 Subject: [PATCH] Added zoom.scan.html --- doc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index c32cd95..3bab140 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.27 2001-11-12 11:55:06 adam Exp $ +## $Id: Makefile.am,v 1.28 2002-03-23 20:35:51 adam Exp $ docdir=$(pkgdatadir)/doc @@ -21,7 +21,8 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \ server.backendfunctions.html server.frontend.html server.html \ server.invocation.html server.main.html tools.html tools.nmem.html \ tools.oid.html yaz.html zoom.events.html zoom.html \ - zoom.options.html zoom.records.html zoom.resultsets.html zoom.query.html + zoom.options.html zoom.records.html zoom.resultsets.html zoom.query.html \ + zoom.scan.html DOCFILES=$(HTMLFILES) yaz.pdf -- 1.7.10.4