summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/spec/polkit-spec.xml.in14
3 files changed, 17 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 443e51b..809d9c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-04 Richard Hughes <richard@hughsie.com>
+
+ * doc/Makefile.am: Add in the new spec directory so we add the folder
+ to the tarball.
+
+ * doc/spec/polkit-spec.xml.in: Fix this up in one place so it validates
+ and so that make distcheck can run again..
+
2006-03-29 David Zeuthen <davidz@redhat.com>
* configure.in: Add docbook detection
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a00fd34..ba72554 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = TODO
-SUBDIRS = api
+SUBDIRS = api spec
clean-local:
rm -f *~
diff --git a/doc/spec/polkit-spec.xml.in b/doc/spec/polkit-spec.xml.in
index 9fc8ad6..aded386 100644
--- a/doc/spec/polkit-spec.xml.in
+++ b/doc/spec/polkit-spec.xml.in
@@ -179,12 +179,14 @@
<chapter id="resources">
<title>Resources</title>
- PolicyKit allows granting privileges only on
- certain <emphasis>resources</emphasis>. For example, for HAL, it
- is possible to grant the
- privilege <emphasis>hal-storage-fixed-mount</emphasis> to the user
- with uid 500 but only for the HAL device object representing
- e.g. the <literal>/dev/hda3</literal> partition.
+ <para>
+ PolicyKit allows granting privileges only on
+ certain <emphasis>resources</emphasis>. For example, for HAL, it
+ is possible to grant the
+ privilege <emphasis>hal-storage-fixed-mount</emphasis> to the user
+ with uid 500 but only for the HAL device object representing
+ e.g. the <literal>/dev/hda3</literal> partition.
+ </para>
<sect1>
<title>Resource Identifiers</title>