1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

docs-xml: plain file URIs need three slashes

Signed-off-by: Bjoern Jacke <bjacke@samba.org>

Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Thu Jan  4 20:32:21 CET 2018 on sn-devel-144
This commit is contained in:
Björn Jacke 2018-01-04 12:55:26 +01:00 committed by Bjoern Jacke
parent 03f0ba7195
commit 7a0a765d53
2 changed files with 5 additions and 5 deletions

View File

@ -6,16 +6,16 @@
<rewriteURI <rewriteURI
uriStartString="http://www.samba.org/samba/DTD/" uriStartString="http://www.samba.org/samba/DTD/"
rewritePrefix="file://@abs_top_srcdir@/build/DTD/"/> rewritePrefix="file:///@abs_top_srcdir@/build/DTD/"/>
<rewriteURI <rewriteURI
uriStartString="http://www.samba.org/samba/LOCAL.BUILDDIR.DTD/" uriStartString="http://www.samba.org/samba/LOCAL.BUILDDIR.DTD/"
rewritePrefix="file://@abs_top_builddir@/build/DTD/"/> rewritePrefix="file:///@abs_top_builddir@/build/DTD/"/>
<rewriteURI <rewriteURI
uriStartString="http://www.gnu.org/licenses/" uriStartString="http://www.gnu.org/licenses/"
rewritePrefix="file://@abs_top_srcdir@/Samba3-ByExample/"/> rewritePrefix="file:///@abs_top_srcdir@/Samba3-ByExample/"/>
<rewriteURI <rewriteURI
uriStartString="http://www.samba.org/samba/smbdotconf/" uriStartString="http://www.samba.org/samba/smbdotconf/"
rewritePrefix="file://@abs_top_builddir@/smbdotconf/"/> rewritePrefix="file:///@abs_top_builddir@/smbdotconf/"/>
</catalog> </catalog>

View File

@ -59,7 +59,7 @@ AC_SUBST(TARGETS)
if test x"$DOC_VERSION" = x; then if test x"$DOC_VERSION" = x; then
#AC_MSG_ERROR([Please export DOC_VERSION variable]) #AC_MSG_ERROR([Please export DOC_VERSION variable])
VERSION_SUFFIX="" VERSION_SUFFIX=""
if test x"$SAMBA_VERSION_PRE_RELEASE" = xyes; then if test x"$SAMBA_VERSION_PRE_RELEASE" != x; then
VERSION_SUFFIX=pre VERSION_SUFFIX=pre
fi fi
DOC_VERSION=${SAMBA_VERSION_MAJOR}.${SAMBA_VERSION_MINOR}.${SAMBA_VERSION_RELEASE}${VERSION_SUFFIX} DOC_VERSION=${SAMBA_VERSION_MAJOR}.${SAMBA_VERSION_MINOR}.${SAMBA_VERSION_RELEASE}${VERSION_SUFFIX}