summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-02-18 20:51:14 +0100
committerStef Walter <stefw@gnome.org>2013-02-18 20:59:30 +0100
commit567972cf2cd019c5a3a4ab242f970c6e0bff8cdb (patch)
treecaf89ed1723c94f196c0c341a1861d36b8d57e08
parent3a8f31ceb5b29b4c71cff9cf8665746151db2068 (diff)
Release version 0.13.10.13.1
* Fix some build and distribution issues
-rw-r--r--configure.ac2
-rw-r--r--doc/manual/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b6c4575..1ffcaaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([realmd], [0.13],
+AC_INIT([realmd], [0.13.1],
[http://bugs.freedesktop.org/enter_bug.cgi?product=realmd],
[realmd])
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index ea673d5..7ebd234 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -58,7 +58,7 @@ $(DBUS_GENERATED): $(DBUS_INTERFACE) gdbus-fix-bugs.xsl
$(AM_V_GEN) gdbus-codegen --interface-prefix org.freedesktop.realmd. \
--generate-docbook realmd $<
$(AM_V_GEN) for f in $(DBUS_GENERATED); do \
- $(XSLTPROC) --output $$f.tmp $(srcdir)/gdbus-fix-bugs.xsl $$f && mv $$f.tmp $$f; \
+ $(XSLTPROC) --output $(builddir)/$$f.tmp $(srcdir)/gdbus-fix-bugs.xsl $(builddir)/$$f && mv $(builddir)/$$f.tmp $(builddir)/$$f; \
done
$(DBUS_ESCAPED): $(DBUS_INTERFACE) $(srcdir)/escape-xml-to-text.xsl