[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-12-g8f076ca

Alexander Bokovoy ab at samba.org
Thu May 29 09:14:34 GMT 2008


The branch, v3-0-test has been updated
       via  8f076ca8538df1fe7bba1e3c5497076141849e8c (commit)
      from  749178f44ea9a065120478ff1df44a932e45ec37 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 8f076ca8538df1fe7bba1e3c5497076141849e8c
Author: Alexander Bokovoy <ab at altlinux.org>
Date:   Thu May 29 13:13:59 2008 +0400

    Fix documentation networkless build. We did override build/catalog.xml but didn't define BUILDDIR for it

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/configure.ac b/docs-xml/configure.ac
index c0d6686..bc795ab 100644
--- a/docs-xml/configure.ac
+++ b/docs-xml/configure.ac
@@ -14,6 +14,9 @@ DOC_BUILD_DATE=`date '+%d-%m-%Y'`
 AC_SUBST(DOC_BUILD_DATE)
 AC_SUBST(SAMBASOURCEDIR)
 
+BUILDDIR=$(pwd)
+AC_SUBST(BUILDDIR)
+
 DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL)
 DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL)
 dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, LATEX)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list