diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 13:18:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:46 -0500 |
commit | eb0aa7a4fa84a6ec5041a154b849c49655c8e150 (patch) | |
tree | d74a4e9a88cafd9660a42fc72e054a8e00891777 | |
parent | d9e6b361888e2492991be6522e0113cf30c63694 (diff) | |
download | samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.tar.gz samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.tar.bz2 samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.zip |
Another round of fixes (projdoc -> howto) for images
(This used to be commit 80aa81950e7cf341b87b0f7b77850d080a67f9a6)
-rw-r--r-- | docs/howto/Group-Mapping.xml | 12 | ||||
-rw-r--r-- | docs/howto/PDC.xml | 4 | ||||
-rw-r--r-- | docs/howto/Winbind.xml | 4 | ||||
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/docs/howto/Group-Mapping.xml b/docs/howto/Group-Mapping.xml index 41860d1757..9e5b748828 100644 --- a/docs/howto/Group-Mapping.xml +++ b/docs/howto/Group-Mapping.xml @@ -56,15 +56,15 @@ <figure id="idmap-sid2gid"><title>IDMAP: group SID to GID resolution.</title> <mediaobject> - <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-sid2gid" scale="50" scalefit="1"/></imageobject> - <imageobject><imagedata fileref="projdoc/imagefiles/idmap-sid2gid.png" scale="50" scalefit="1"/></imageobject> + <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-sid2gid" scale="50" scalefit="1"/></imageobject> + <imageobject><imagedata fileref="howto/imagefiles/idmap-sid2gid.png" scale="50" scalefit="1"/></imageobject> </mediaobject> </figure> <figure id="idmap-gid2sid"><title>IDMAP: GID resolution to matching SID.</title> <mediaobject> - <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-gid2sid" scale="50" scalefit="1"/></imageobject> - <imageobject><imagedata fileref="projdoc/imagefiles/idmap-gid2sid.png" scale="50" scalefit="1"/></imageobject> + <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-gid2sid" scale="50" scalefit="1"/></imageobject> + <imageobject><imagedata fileref="howto/imagefiles/idmap-gid2sid.png" scale="50" scalefit="1"/></imageobject> </mediaobject> </figure> @@ -77,8 +77,8 @@ <figure id="idmap-store-gid2sid"><title>IDMAP storing group mappings.</title> <mediaobject> - <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap-store-gid2sid" scale="50" scalefit="1"/></imageobject> - <imageobject><imagedata fileref="projdoc/imagefiles/idmap-store-gid2sid.png" scale="50" scalefit="1"/></imageobject> + <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap-store-gid2sid" scale="50" scalefit="1"/></imageobject> + <imageobject><imagedata fileref="howto/imagefiles/idmap-store-gid2sid.png" scale="50" scalefit="1"/></imageobject> </mediaobject> </figure> diff --git a/docs/howto/PDC.xml b/docs/howto/PDC.xml index 6d3fa64a24..09947ca522 100644 --- a/docs/howto/PDC.xml +++ b/docs/howto/PDC.xml @@ -33,8 +33,8 @@ network clients. <figure id="domain-example"><title>An Example Domain.</title> <mediaobject> -<imageobject role="latex"><imagedata fileref="projdoc/imagefiles/domain" width="4in" height="3in" scalefit="1"/></imageobject> -<imageobject><imagedata fileref="projdoc/imagefiles/domain.png" scale="50" scalefit="1"/></imageobject> +<imageobject role="latex"><imagedata fileref="howto/imagefiles/domain" width="4in" height="3in" scalefit="1"/></imageobject> +<imageobject><imagedata fileref="howto/imagefiles/domain.png" scale="50" scalefit="1"/></imageobject> </mediaobject> </figure> diff --git a/docs/howto/Winbind.xml b/docs/howto/Winbind.xml index 909c54e7e0..66bbe99225 100644 --- a/docs/howto/Winbind.xml +++ b/docs/howto/Winbind.xml @@ -91,8 +91,8 @@ <!-- <figure id="winbind_idmap"><title></title> <mediaobject> - <imageobject role="latex"><imagedata fileref="projdoc/imagefiles/idmap_winbind_no_loop" scale="50" scalefit="1"/></imageobject> - <imageobject><imagedata fileref="projdoc/imagefiles/idmap_winbind_no_loop.png" scale="50" scalefit="1"/></imageobject> + <imageobject role="latex"><imagedata fileref="howto/imagefiles/idmap_winbind_no_loop" scale="50" scalefit="1"/></imageobject> + <imageobject><imagedata fileref="howto/imagefiles/idmap_winbind_no_loop.png" scale="50" scalefit="1"/></imageobject> </mediaobject> </figure>--> diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index d72725ab26..217f621f80 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -254,7 +254,7 @@ <xsl:attribute name="role"><xsl:text>latex</xsl:text></xsl:attribute> <xsl:element name="imagedata"> <xsl:attribute name="fileref"> - <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute> + <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute> <xsl:attribute name="scale"> <xsl:choose> <xsl:when test="@scale != ''"> @@ -272,7 +272,7 @@ <xsl:element name="imageobject"> <xsl:element name="imagedata"> <xsl:attribute name="fileref"> - <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute> + <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute> <xsl:attribute name="scale"><xsl:text>50</xsl:text></xsl:attribute> <xsl:attribute name="scalefit"><xsl:text>1</xsl:text></xsl:attribute> </xsl:element> |