Use proper tags for references to man pages
[yaz-moved-to-github.git] / doc / Makefile.am
index f1a3a19..1852d85 100644 (file)
@@ -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