summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <hughsient@gmail.com>2006-04-04 19:04:20 +0000
committerRichard Hughes <hughsient@gmail.com>2006-04-04 19:04:20 +0000
commit22dff7602768a1ac5af4a602bae66ed5a461dc6b (patch)
tree6a6fb3833190477991643a2283080e10adfa7767
parent26a1e63b29488285b75fb3afb20355931ec286dc (diff)
downloadpolkit-22dff7602768a1ac5af4a602bae66ed5a461dc6b.tar.gz
Add in the new spec directory so we add the folder to the tarball.
Fix this up in one place so it validates and so that make distcheck can run again..
-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>