hal/doc/spec Makefile.am,1.13,1.14 hal-spec.html,1.92,1.93

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Jul 27 02:24:12 PDT 2006


Update of /cvs/hal/hal/doc/spec
In directory kemper:/tmp/cvs-serv25167/doc/spec

Modified Files:
	Makefile.am hal-spec.html 
Log Message:
2006-07-27  Danny Kukawka  <danny.kukawka at web.de>

        * doc/spec/Makefile.am: fixed building of hal-spec.html

        * doc/spec/hal-spec.html: submitted html to fix invalid chars



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/doc/spec/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	24 Jul 2006 11:49:16 -0000	1.13
+++ Makefile.am	27 Jul 2006 09:24:09 -0000	1.14
@@ -19,7 +19,8 @@
 htmldoc_DATA = hal-spec.html $(FIGURE_FILES)
 
 hal-spec.html : hal-spec.xml $(SPEC_XML_EXTRA_FILES) $(FIGURE_FILES)
-	${XMLLINT} --xinclude hal-spec.xml.in > hal-spec.xml 
+	${XMLLINT} --xinclude hal-spec.xml > ~hal-spec.xml
+	mv ~hal-spec.xml hal-spec.xml
 	$(DOCBOOK) --nochunks hal-spec.xml -o .
 
 clean-local:

Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- hal-spec.html	9 Jun 2006 02:19:32 -0000	1.92
+++ hal-spec.html	27 Jul 2006 09:24:09 -0000	1.93
@@ -1,161 +1,774 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>HAL 0.5.8 Specification</title><link rel="stylesheet" href="docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="index"></a>HAL 0.5.8 Specification</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Zeuthen</span></h3><div class="affiliation"><div class="address"><p><br>
-            <code class="email">&lt;<a href="mailto:david at fubar.dk">david at fubar.dk</a>&gt;</code><br>
-          </p></div></div></div></div></div><div><p class="releaseinfo">Version 0.5.8</p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="#introduction">1. Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a href="#id2947616">About</a></span></dt><dt><span class="sect1"><a href="#id2909516">Acknowledgements</a></span></dt><dt><span class="sect1"><a href="#ov_halarch">Architecture of HAL</a></span></dt><dt><span class="sect1"><a href="#ov_hal_linux26">HAL on Linux 2.6</a></span></dt><dt><span class="sect1"><a href="#id2964011">Device Objects</a></span></dt><dt><span class="sect1"><a href="#device-capabilities">Device Capabilities</a></span></dt><dt><span class="sect1"><a href="#using-devices">Using devices</a></span></dt></dl></dd><dt><span class="chapter"><a href="#device-properties">2. Device Properties</a></span></dt><dd><dl><dt><span class="sect1"><a href="#properties-metadata">Metadata Properties</a></span></dt><dd><dl><dt><span class="sect2"><a href="#device-properties-info">
-        <code class="literal">info</code> namespace
-      </a></span></dt><dt><span class="sect2"><a href="#device-properties-linux">
-        <code class="literal">linux</code> namespace
-      </a></span></dt></dl></dd><dt><span class="sect1"><a href="#properties-bus">Physical Properties</a></span></dt><dd><dl><dt><span class="sect2"><a href="#device-properties-pci">
-        <code class="literal">pci</code> namespace
-      </a></span></dt><dt><span class="sect2"><a href="#device-properties-serialif">
-        <code class="literal">serial</code> namespace
-      </a></span></dt><dt><span class="sect2"><a href="#device-properties-usb">
[...14517 lines suppressed...]
+>4.3.1.3. Disabling policy agents</A
+></H4
+><P
+>&#13;          Policy agents like volume mounters should ignore when media
           is inserted into a drive that is locked by another
           application. Thus, CD burning applications should lock the
           device to disable auto mounting or automatic start of the
           users preferred CD burning application when respectively
           non-blank rewritable or blank media is inserted.
-        </p></div></div></div></div></div></body></html>
+        </P
+></DIV
+></DIV
+></DIV
+></DIV
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file




More information about the hal-commit mailing list