Use {HTML,TKL,MAN}_COMPILE macros for documentation.
dnl yazproxy, Index Data 1994-2006
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.9 2006-05-26 19:57:35 adam Exp $
+dnl $Id: configure.ac,v 1.10 2006-06-02 08:53:23 adam Exp $
AC_PREREQ(2.59)
AC_INIT([yazproxy],[1.2.1],[adam@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
include/Makefile
include/yazproxy/Makefile
doc/Makefile
- doc/yazproxy.xml
+ doc/local.ent
doc/common/Makefile
doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl
doc/common/print.dsl doc/common/html.dsl
*.log
Makefile
Makefile.in
-yazproxy.xml
-yazhtml.dsl
-yazphp.dsl
-yazprint.dsl
*.html
-*.php
*.tkl
+local.ent
yazproxy.8
yazproxy.tex
yazproxy.log
yazproxy.pdf
manpage.links
manpage.refs
-tkl.xsl
html
+htmlhelp.hhp
+toc.hhc
+
-## $Id: Makefile.am,v 1.11 2006-05-26 19:59:58 adam Exp $
+## $Id: Makefile.am,v 1.12 2006-06-02 08:53:23 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
SUBDIRS = common
yaz-proxy-ref.xml \
yaz-proxy-man.xml \
license.xml \
- yazproxy.xml.in
+ yazproxy.xml
-TOP=yazproxy.xml
+TOP = $(srcdir)/yazproxy.xml
-MANFILES=yazproxy.8
+MANFILES = yazproxy.8
HTMLFILES = \
installation.html \
man_MANS = $(MANFILES)
-EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) entities.ent
+EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) entities.ent local.ent
$(HTMLFILES): $(XMLFILES)
- xsltproc common/html.xsl $(TOP)
+ $(HTML_COMPILE) $(TOP)
yazproxy.8: yaz-proxy-man.xml yaz-proxy-ref.xml
- xsltproc common/man.xsl $(srcdir)/yaz-proxy-man.xml
+ $(MAN_COMPILE) $(srcdir)/yaz-proxy-man.xml
+
+index.tkl: $(XMLFILES) common/tkl.xsl
+ $(TKL_COMPILE) $(TOP)
+
yazproxy.pdf: $(XMLFILES)
if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common; fi
pdfjadetex yazproxy.tex >pdfjadetex.log 2>&1
pdfjadetex yazproxy.tex >pdfjadetex.log 2>&1
-index.tkl: $(XMLFILES) common/tkl.xsl
- xsltproc common/tkl.xsl $(TOP)
-
clean-data-hook:
rm -f [0-9]* *.bak
--- /dev/null
+<!-- $Id: local.ent.in,v 1.1 2006-06-02 08:53:23 adam Exp $ -->
+<!ENTITY version "@VERSION@">
+<!ENTITY prefix "@prefix@">
--- /dev/null
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
+[
+ <!ENTITY % local SYSTEM "local.ent">
+ %local;
+ <!ENTITY % entities SYSTEM "entities.ent">
+ %entities;
+ <!ENTITY % common SYSTEM "common/common.ent">
+ %common;
+]>
+<!-- $Id: yazproxy.xml,v 1.1 2006-06-02 08:53:23 adam Exp $ -->
+<book id="yazproxy">
+ <bookinfo>
+ <title>YAZ proxy User's Guide and Reference</title>
+ <authorgroup>
+ <author><firstname>Mike</firstname><surname>Taylor</surname></author>
+ <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
+ </authorgroup>
+ <copyright>
+ <year>1999-2006</year>
+ <holder>Index Data Aps</holder>
+ </copyright>
+ <abstract>
+ <simpara>
+ <ulink url="&url.yazproxy;">YAZ proxy</ulink>
+ is a powerful general purpose Z39.50/SRW/SRU proxy.
+ </simpara>
+ <simpara>
+ This manual covers version &version;.
+ </simpara>
+ <simpara>
+ CVS ID: $Id: yazproxy.xml,v 1.1 2006-06-02 08:53:23 adam Exp $
+ </simpara>
+ <simpara>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="common/id.png" format="PNG"/>
+ </imageobject>
+ </inlinemediaobject>
+ </simpara>
+ </abstract>
+ </bookinfo>
+
+ &chap-introduction;
+ &chap-installation;
+ &chap-using;
+ &chap-reference;
+ &app-license;
+</book>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
-[
- <!ENTITY % entities SYSTEM "@srcdir@/entities.ent">
- %entities;
- <!ENTITY % common SYSTEM "@srcdir@/common/common.ent">
- %common;
-]>
-<!-- $Id: yazproxy.xml.in,v 1.8 2006-05-26 19:57:35 adam Exp $ -->
-<book id="yazproxy">
- <bookinfo>
- <title>YAZ proxy User's Guide and Reference</title>
- <authorgroup>
- <author><firstname>Mike</firstname><surname>Taylor</surname></author>
- <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
- </authorgroup>
- <copyright>
- <year>1999-2006</year>
- <holder>Index Data Aps</holder>
- </copyright>
- <abstract>
- <simpara>
- <ulink url="&url.yazproxy;">YAZ proxy</ulink>
- is a powerful general purpose Z39.50/SRW/SRU proxy.
- </simpara>
- <simpara>
- This manual covers version @VERSION@.
- </simpara>
- <simpara>
- CVS ID: $Id: yazproxy.xml.in,v 1.8 2006-05-26 19:57:35 adam Exp $
- </simpara>
- <simpara>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="common/id.png" format="PNG"/>
- </imageobject>
- </inlinemediaobject>
- </simpara>
- </abstract>
- </bookinfo>
-
- &chap-introduction;
- &chap-installation;
- &chap-using;
- &chap-reference;
- &app-license;
-</book>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-local-catalogs: nil
-sgml-namecase-general:t
-End:
--->