Add in the new spec directory so we add the folder to the tarball.
authorRichard Hughes <hughsient@gmail.com>
Tue, 4 Apr 2006 19:04:20 +0000 (19:04 +0000)
committerRichard Hughes <hughsient@gmail.com>
Tue, 4 Apr 2006 19:04:20 +0000 (19:04 +0000)
Fix this up in one place so it validates and so that make distcheck can run
    again..

ChangeLog
doc/Makefile.am
doc/spec/polkit-spec.xml.in

index 443e51b..809d9c6 100644 (file)
--- 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
index a00fd34..ba72554 100644 (file)
@@ -1,7 +1,7 @@
 
 EXTRA_DIST = TODO
 
-SUBDIRS = api
+SUBDIRS = api spec
 
 clean-local:
        rm -f *~
index 9fc8ad6..aded386 100644 (file)
   <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>