X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=2baae3e5e2cdbe3d2f88b467995d1d3eddab4825;hb=3b5bca2572ac9995f325f4ff2e8f9161118d2935;hp=aad810c8a091d208029b8448bcc3b781f7303243;hpb=89ba3db4a7e02ab777451082bf2bb876cf6778a1;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index aad810c..2baae3e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.1], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -136,10 +136,9 @@ AC_CONFIG_FILES([ doc/Makefile doc/main.xml doc/common/Makefile - doc/common/html.dsl - doc/common/html.xsl - doc/common/print.dsl - doc/common/tkl.xsl + doc/common/tkl.xsl doc/common/html.xsl doc/common/man.xsl + doc/common/print.dsl doc/common/html.dsl + etc/Makefile ]) AC_OUTPUT