1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34: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
uriStartString="http://www.samba.org/samba/DTD/"
rewritePrefix="file://@abs_top_srcdir@/build/DTD/"/>
rewritePrefix="file:///@abs_top_srcdir@/build/DTD/"/>
<rewriteURI
uriStartString="http://www.samba.org/samba/LOCAL.BUILDDIR.DTD/"
rewritePrefix="file://@abs_top_builddir@/build/DTD/"/>
rewritePrefix="file:///@abs_top_builddir@/build/DTD/"/>
<rewriteURI
uriStartString="http://www.gnu.org/licenses/"
rewritePrefix="file://@abs_top_srcdir@/Samba3-ByExample/"/>
rewritePrefix="file:///@abs_top_srcdir@/Samba3-ByExample/"/>
<rewriteURI
uriStartString="http://www.samba.org/samba/smbdotconf/"
rewritePrefix="file://@abs_top_builddir@/smbdotconf/"/>
rewritePrefix="file:///@abs_top_builddir@/smbdotconf/"/>
</catalog>

View File

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