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/Chap01-WindowsNetworkingPrimer.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/Chap01-WindowsNetworkingPrimer.xml')
-rw-r--r-- | docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml b/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml index d677e4cba3..6058411b35 100644 --- a/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml +++ b/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml @@ -289,13 +289,13 @@ </para> <image id="pktcap01"> - <imagefile scale="53">WINREPRESSME-Capture.png</imagefile> - <description>Windows Me &smbmdash; Broadcasts &smbmdash; The First 10 Minutes</description> + <imagefile scale="53">WINREPRESSME-Capture</imagefile> + <imagedescription>Windows Me &smbmdash; Broadcasts &smbmdash; The First 10 Minutes</imagedescription> </image> <image id="pktcap02"> - <description>Windows Me &smbmdash; Later Broadcast Sample</description> - <imagefile scale="57">WINREPRESSME-Capture2.png</imagefile> + <imagedescription>Windows Me &smbmdash; Later Broadcast Sample</imagedescription> + <imagefile scale="57">WINREPRESSME-Capture2</imagefile> </image> <para><indexterm> @@ -601,8 +601,8 @@ </sect3> <image id="hostannounce"> - <description>Typical Windows 9x/Me Host Announcement</description> - <imagefile scale="55">HostAnnouncment.png</imagefile> + <imagedescription>Typical Windows 9x/Me Host Announcement</imagedescription> + <imagefile scale="55">HostAnnouncment</imagefile> </image> </sect2> @@ -725,9 +725,9 @@ </para> <image id="nullconnect"> - <description>Typical Windows 9x/Me NULL SessionSetUp AndX Request</description> + <imagedescription>Typical Windows 9x/Me NULL SessionSetUp AndX Request</imagedescription> - <imagefile scale="65">NullConnect.png</imagefile> + <imagefile scale="65">NullConnect</imagefile> </image> <para> @@ -743,8 +743,8 @@ </para> <image id="userconnect"> - <description>Typical Windows 9x/Me User SessionSetUp AndX Request</description> - <imagefile scale="65">UserConnect.png</imagefile> + <imagedescription>Typical Windows 9x/Me User SessionSetUp AndX Request</imagedescription> + <imagefile scale="65">UserConnect</imagefile> </image> <para> @@ -898,13 +898,13 @@ </procedure> <image id="XPCap01"> - <description>Typical Windows XP NULL Session Setup AndX Request</description> - <imagefile scale="70">WindowsXP-NullConnection.png</imagefile> + <imagedescription>Typical Windows XP NULL Session Setup AndX Request</imagedescription> + <imagefile scale="70">WindowsXP-NullConnection</imagefile> </image> <image id="XPCap02"> - <description>Typical Windows XP User Session Setup AndX Request</description> - <imagefile scale="70">WindowsXP-UserConnection.png</imagefile> + <imagedescription>Typical Windows XP User Session Setup AndX Request</imagedescription> + <imagefile scale="70">WindowsXP-UserConnection</imagefile> </image> <sect3> |