X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=1852d8505fb142884d58ad349b04ded6d598df1f;hb=519fe26fff30687caa26c4a26038d02dcc0429c8;hp=f1a3a195ef2e77c516dce1440e51ae41a9adac35;hpb=94fce64abe00f0334941ca270c8898bdabb0ca7c;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index f1a3a19..1852d85 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.32 2002-09-16 14:16:31 adam Exp $ +## $Id: Makefile.am,v 1.34 2002-09-17 20:17:44 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -27,8 +27,9 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \ DOCFILES=$(HTMLFILES) yaz.pdf MANFILES=yaz-client.1 yaz-client-ssl.1 yaz-ztest.8 \ - yaz-ztest-ssl.8 yaz-config.1 yaz.7 -REFFILES=yaz-client.sgml yaz-ztest.sgml yaz-config.sgml yaz-man.sgml + yaz-ztest-ssl.8 yaz-config.1 yaz.7 zoomsh.1 +REFFILES=yaz-client.sgml yaz-ztest.sgml yaz-config.sgml \ + yaz-man.sgml zoomsh.sgml SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl id.eps id.png @@ -37,10 +38,10 @@ EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(DOCFILES) $(MANFILES) $(REFFILES) doc_DATA = $(DOCFILES) man_MANS = $(MANFILES) -yaz-client.1: yaz-client.sgml +yaz-client.1: yaz-client.sgml yaz-client-commands.xml cd $(srcdir); docbook2man yaz-client.sgml -yaz-ztest.8: yaz-ztest.sgml +yaz-ztest.8: yaz-ztest.sgml ztest-options.xml cd $(srcdir); docbook2man yaz-ztest.sgml yaz-config.1: yaz-config.sgml @@ -49,6 +50,9 @@ yaz-config.1: yaz-config.sgml yaz.7: yaz-man.sgml cd $(srcdir); docbook2man yaz-man.sgml +zoomsh.1: zoomsh.sgml + cd $(srcdir); docbook2man zoomsh.sgml + yaz-ztest-ssl.8: yaz-ztest.8 ln -s yaz-ztest.8 yaz-ztest-ssl.8