diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-10 18:10:36 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:58 -0500 |
commit | eb87ee3d8a3c442aa14152ad481916478c4cceb8 (patch) | |
tree | a19c1cba796050602d7f08111d1cc144adb5f5c9 /docs/Samba-Guide/Chap12-Appendix.xml | |
parent | 68da78a95c91b5dc7bd92949fa993b1e5329c09b (diff) | |
download | samba-eb87ee3d8a3c442aa14152ad481916478c4cceb8.tar.gz samba-eb87ee3d8a3c442aa14152ad481916478c4cceb8.tar.bz2 samba-eb87ee3d8a3c442aa14152ad481916478c4cceb8.zip |
Fix image support. If images are missing, this will now also cause the
docs build to break. Only images that are actually used are copied.
(This used to be commit 9b7099c94588916af6b3c4ebb7883e36d9bf2e6b)
Diffstat (limited to 'docs/Samba-Guide/Chap12-Appendix.xml')
-rw-r--r-- | docs/Samba-Guide/Chap12-Appendix.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/Samba-Guide/Chap12-Appendix.xml b/docs/Samba-Guide/Chap12-Appendix.xml index c3b244c405..0d1546d949 100644 --- a/docs/Samba-Guide/Chap12-Appendix.xml +++ b/docs/Samba-Guide/Chap12-Appendix.xml @@ -1195,8 +1195,8 @@ example: </para> <image id="lam-login"> - <description>The LDAP Account Manager Login Screen</description> - <imagefile scale="50">lam-login.png</imagefile> + <imagedescription>The LDAP Account Manager Login Screen</imagedescription> + <imagefile scale="50">lam-login</imagefile> </image> <para><indexterm> @@ -1214,8 +1214,8 @@ example: </para> <image id="lam-config"> - <description>The LDAP Account Manager Configuration Screen</description> - <imagefile scale="50">lam-config.png</imagefile> + <imagedescription>The LDAP Account Manager Configuration Screen</imagedescription> + <imagefile scale="50">lam-config</imagefile> </image> <para><indexterm> @@ -1241,8 +1241,8 @@ example: </para> <image id="lam-user"> - <description>The LDAP Account Manager User Edit Screen</description> - <imagefile scale="50">lam-users.png</imagefile> + <imagedescription>The LDAP Account Manager User Edit Screen</imagedescription> + <imagefile scale="50">lam-users</imagefile> </image> <para> @@ -1253,13 +1253,13 @@ example: </para> <image id="lam-group"> - <description>The LDAP Account Manager Group Edit Screen</description> - <imagefile scale="50">lam-groups.png</imagefile> + <imagedescription>The LDAP Account Manager Group Edit Screen</imagedescription> + <imagefile scale="50">lam-groups</imagefile> </image> <image id="lam-group-mem"> - <description>The LDAP Account Manager Group Membership Edit Screen</description> - <imagefile scale="50">lam-group-members.png</imagefile> + <imagedescription>The LDAP Account Manager Group Membership Edit Screen</imagedescription> + <imagefile scale="50">lam-group-members</imagefile> </image> <para><indexterm> @@ -1273,8 +1273,8 @@ example: </para> <image id="lam-host"> - <description>The LDAP Account Manager Host Edit Screen</description> - <imagefile scale="50">lam-hosts.png</imagefile> + <imagedescription>The LDAP Account Manager Host Edit Screen</imagedescription> + <imagefile scale="50">lam-hosts</imagefile> </image> <para> |