Documentation now based on Docbook XML/XSLT using xsltproc + Norman Walsh's
[yazproxy-moved-to-github.git] / configure.ac
index 362f9e6..a46be3f 100644 (file)
@@ -1,8 +1,8 @@
 dnl yazproxy, Index Data 1994-2006
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.2 2006-04-12 11:46:06 adam Exp $
+dnl $Id: configure.ac,v 1.9 2006-05-26 19:57:35 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yazproxy],[1.1.0.1],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.2.1],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
@@ -65,7 +65,8 @@ AC_OUTPUT([
        include/yazproxy/Makefile
        doc/Makefile
        doc/yazproxy.xml
-       doc/yazprint.dsl doc/yazphp.dsl doc/yazhtml.dsl
-        doc/tkl.xsl
+       doc/common/Makefile
+       doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl 
+       doc/common/print.dsl doc/common/html.dsl
        etc/Makefile
 ])