From 23348031ba9c7b97bf22b76de0c41c48e97a7180 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Oct 2001 14:50:40 +0000 Subject: [PATCH] Minor change. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index c67fe9b..7985f85 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.23 2001-10-29 14:05:30 adam Exp $ +## $Id: Makefile.am,v 1.24 2001-10-29 14:50:40 adam Exp $ docdir=$(pkgdatadir)/doc @@ -22,9 +22,9 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \ tools.oid.html yaz.html zoom.events.html zoom.html \ zoom.options.html zoom.records.html zoom.resultsets.html zoom.search.html -DOCFILES=$(XMLFILES) $(HTMLFILES) yaz.pdf +DOCFILES=$(HTMLFILES) yaz.pdf -EXTRA_DIST = $(DOCFILES) yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl +EXTRA_DIST = $(XMLFILES) $(DOCFILES) yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl doc_DATA = $(DOCFILES) -- 1.7.10.4