diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | docs/man/Makefile.am | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,7 @@ Build requirements Changes since PolicyKit 0.91: - David Zeuthen (35): + David Zeuthen (36): post-release version bump to 0.92 install gtkdoc HTML in the proper location Fix D-Bus policy to work with non-permissive D-Bus @@ -52,6 +52,7 @@ Changes since PolicyKit 0.91: Change GNOME to freedesktop.org in the docs Fix make distcheck Update NEWS + Also dist polkitd-1.xml Richard Hughes (2): fix up gtk-doc API markup for a couple of functions diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 0754c06..7804a46 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = \ pkexec.xml \ pkcheck.xml \ pkaction.xml \ + polkitd-1.xml \ $(NULL) clean-local: |