version 1.1.5 v1.1.5
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Nov 2009 13:21:26 +0000 (14:21 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Nov 2009 13:21:26 +0000 (14:21 +0100)
NEWS
configure.ac
debian/changelog
doc/Makefile.am

diff --git a/NEWS b/NEWS
index 36e0f26..4c0a06f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.1.5 2009/11/19
+
+Fix install doc rule for Automake 1.11
+
 --- 1.1.4 2009/07/08
 
 Depend on YAZ 3.0.47 with new functionality.
index 9cd568f..66379c8 100644 (file)
@@ -1,7 +1,7 @@
 dnl YAZ++ Toolkit Index Data 1998-2009
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazpp],[1.1.4],[adam@indexdata.dk])
+AC_INIT([yazpp],[1.1.5],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 2b5d4c9..c1fbf9d 100644 (file)
@@ -1,3 +1,9 @@
+yazpp (1.1.5-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 19 Nov 2009 14:09:01 +0100
+
 yazpp (1.1.4-1indexdata) unstable; urgency=low
 
   * Upstream.
index 28945d2..a54c20a 100644 (file)
@@ -47,7 +47,7 @@ dist-hook:
        done
 
 doc-clean:
-       rm -f *.html *.[0-9] *.pdf *.tkl
+       rm -f *.html *.[0-9] *.pdf
 
 install-data-hook:
        if test -f index.html; then d=.; else d="$(srcdir)"; fi; \