From 0d3b35dc83e1838c199ea9d7f6e670de50df6bdb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2001 11:55:06 +0000 Subject: [PATCH] Fixed html dependancy. --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 23cf937..c32cd95 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.26 2001-11-01 14:30:44 adam Exp $ +## $Id: Makefile.am,v 1.27 2001-11-12 11:55:06 adam Exp $ docdir=$(pkgdatadir)/doc @@ -21,7 +21,7 @@ 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.search.html + zoom.options.html zoom.records.html zoom.resultsets.html zoom.query.html DOCFILES=$(HTMLFILES) yaz.pdf -- 1.7.10.4