diff options
author | Michael Biebl <biebl@debian.org> | 2011-02-24 18:08:03 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-02-24 18:08:03 +0100 |
commit | c35a3ded98e699e818747e9acfafda75a3e79e24 (patch) | |
tree | 96bede8060222c2abfab4f51315d9d0e8778e104 /doc/dbus | |
parent | a97ae561891b3a7e78c0482b91c7c3f0d885100c (diff) | |
download | consolekit-upstream/0.4.4.tar.gz |
Imported Upstream version 0.4.4upstream/0.4.4
Diffstat (limited to 'doc/dbus')
-rw-r--r-- | doc/dbus/ConsoleKit.xml | 4 | ||||
-rw-r--r-- | doc/dbus/Makefile.in | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/dbus/ConsoleKit.xml b/doc/dbus/ConsoleKit.xml index 27faa29..c1797bf 100644 --- a/doc/dbus/ConsoleKit.xml +++ b/doc/dbus/ConsoleKit.xml @@ -10,8 +10,8 @@ <book id="index"> <bookinfo> - <title>ConsoleKit 0.4.3 Documentation</title> - <releaseinfo>Version 0.4.3</releaseinfo> + <title>ConsoleKit 0.4.4 Documentation</title> + <releaseinfo>Version 0.4.4</releaseinfo> <authorgroup> <author> <firstname>William Jon</firstname> diff --git a/doc/dbus/Makefile.in b/doc/dbus/Makefile.in index ba70d0f..b8a08d0 100644 --- a/doc/dbus/Makefile.in +++ b/doc/dbus/Makefile.in @@ -104,6 +104,7 @@ DBUS_SYS_DIR = @DBUS_SYS_DIR@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -141,6 +142,7 @@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -190,6 +192,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ |