summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-05-18 15:56:03 +0200
committerDanny Kukawka <danny.kukawka@web.de>2008-05-18 15:56:03 +0200
commit8a0c16153762b27ae84e030576b5e8ec0878e4dd (patch)
treed4af88c3a6ea39944ad1c4dadd73679a7cc60501
parentc44e5cd53b06d60f2ca340c132b88d5953dc86b5 (diff)
removed info about hal-device-manager from spec
Removed info about hal-device-manager from spec since this tool isn't part of HAL anymore since some versions.
-rw-r--r--doc/spec/Makefile.am3
-rw-r--r--doc/spec/hal-devices1.pngbin123919 -> 0 bytes
-rw-r--r--doc/spec/hal-spec-introduction.xml12
3 files changed, 2 insertions, 13 deletions
diff --git a/doc/spec/Makefile.am b/doc/spec/Makefile.am
index db6d477d..218766ba 100644
--- a/doc/spec/Makefile.am
+++ b/doc/spec/Makefile.am
@@ -1,7 +1,6 @@
FIGURE_FILES = \
- hal-arch.png \
- hal-devices1.png
+ hal-arch.png
SPEC_XML_EXTRA_FILES = \
hal-spec-introduction.xml \
diff --git a/doc/spec/hal-devices1.png b/doc/spec/hal-devices1.png
deleted file mode 100644
index 01ee502e..00000000
--- a/doc/spec/hal-devices1.png
+++ /dev/null
Binary files differ
diff --git a/doc/spec/hal-spec-introduction.xml b/doc/spec/hal-spec-introduction.xml
index 81ba558c..dc69dc72 100644
--- a/doc/spec/hal-spec-introduction.xml
+++ b/doc/spec/hal-spec-introduction.xml
@@ -372,17 +372,7 @@
<para>
The fundamental idea about HAL is that all ''interesting''
information about hardware that a desktop application needs,
- can be obtained by querying HAL. Below is a screenshot of a
- simple device manager application shipped with HAL
- called <literal>hal-device-manager</literal>. This
- application is communicating with the HAL daemon and displays
- the tree of device objects. The shown properties are for a
- device object representing a harddisk.
- </para>
- <para>
- <inlinegraphic fileref="hal-devices1.png" format="PNG"/>
- </para>
- <para>
+ can be obtained by querying HAL.
</para>
</sect1>