[Xfce4-commits] <thunarx-python:master> Updated to v0.2.2
Adam Plumb
noreply at xfce.org
Tue Dec 14 21:12:02 CET 2010
Updating branch refs/heads/master
to f468bb851fff4daee52c6adbe175c809958fd687 (commit)
from fe59c8c013fe05bd4786affc950f9440dd5588ba (commit)
commit f468bb851fff4daee52c6adbe175c809958fd687
Author: Adam Plumb <adamplumb at gmail.com>
Date: Tue Dec 14 15:09:35 2010 -0500
Updated to v0.2.2
Makefile.am | 2 +-
NEWS | 4 ++++
configure.ac.in | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 25149fa..19cfd0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,6 @@ rpm: dist
dist-hook:
echo "==== DIST HOOK ===="
echo "`pwd`"
- mv $(srcdir)/docs/html $(distdir)/docs
+ test -d "$(srcdir)/docs/html" && mv $(srcdir)/docs/html $(distdir)/docs || echo
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
diff --git a/NEWS b/NEWS
index d215217..70f1e38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.2.2:
+ - Add gtk-doc documentation
+ - Fixed dependency information in the README file
+
0.2.1:
- Override the thunarx.PropertyPage constructor to allow for a string or
GtkWidget label
diff --git a/configure.ac.in b/configure.ac.in
index 58d7664..d87a857 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([txp_version_major], [0])
m4_define([txp_version_minor], [2])
-m4_define([txp_version_micro], [1])
+m4_define([txp_version_micro], [2])
m4_define([txp_version_tag], [])
m4_define([txp_version_build], [])
m4_define([txp_version], [txp_version_major().txp_version_minor().txp_version_micro()ifelse(txp_version_tag(), [], [], [txp_version_tag()-txp_version_build()])])
More information about the Xfce4-commits
mailing list