diff options
author | David Zeuthen <davidz@redhat.com> | 2009-07-15 18:56:18 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2009-07-15 18:56:18 -0400 |
commit | ae8ea087928b7a1bc34b2380872da8867563bec1 (patch) | |
tree | bd30d2893f7b800f73d1cd8fa2564b4b599164ff /docs/man/Makefile.am | |
parent | 002ce3d1364f7db00989d19e49c3a137e6ce6404 (diff) | |
download | polkit-ae8ea087928b7a1bc34b2380872da8867563bec1.tar.gz |
Add docs detailing how the Local Authority works
Diffstat (limited to 'docs/man/Makefile.am')
-rw-r--r-- | docs/man/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 6a2cf2b..076608b 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -6,6 +6,7 @@ if MAN_PAGES_ENABLED man_MANS = \ polkit.8 \ polkitd.8 \ + pklocalauthority.8 \ pkexec.1 \ pkcheck.1 \ pkaction.1 \ @@ -19,6 +20,7 @@ endif # MAN_PAGES_ENABLED EXTRA_DIST = \ polkit.xml \ polkitd.xml \ + pklocalauthority.xml \ pkexec.xml \ pkcheck.xml \ pkaction.xml \ |