[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-34-g157864d

Michael Adam obnox at samba.org
Wed Jan 21 12:55:32 GMT 2009


The branch, master has been updated
       via  157864d1e8cb069a3be0aadf71e114f9ae827df3 (commit)
       via  ab4e84f09acfbbf2787d5dac911d5fd814cf2a72 (commit)
       via  9ec279f8e688fa04ec507df8be945a2a54e3e235 (commit)
      from  a83feb2fe3e00241c340cdcab5674a250a1858ce (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 157864d1e8cb069a3be0aadf71e114f9ae827df3
Author: Karolin Seeger <kseeger at samba.org>
Date:   Wed Jan 21 11:37:30 2009 +0100

    build_docs: Use 'make distclean' instead of 'make clean'.
    
    This fixes bug #6058.
    Thanks to Christian Perrier for reporting!
    
    Karolin
    (cherry picked from commit 162e4b66601b41dd5adb24e192f3b5a91dfb41cc)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

commit ab4e84f09acfbbf2787d5dac911d5fd814cf2a72
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Dec 9 22:08:13 2008 +0100

    build-docs: Change to the right directory before calling 'make clean'.
    This fixes build-docs if it's called from the create-tarball script.
    
    Karolin
    (cherry picked from commit dd3ef73c8c184eaec7ee515ef2130f30f9e481b3)
    (cherry picked from commit 8dd3a7bfde16e85a9ee509cf6bcfc788062705a5)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

commit 9ec279f8e688fa04ec507df8be945a2a54e3e235
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Sep 18 15:52:06 2008 +0200

    build-docs: Add 'make clean'.
    
    Karolin
    (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 release-scripts/build-docs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/release-scripts/build-docs b/release-scripts/build-docs
index c138149..bde87f4 100755
--- a/release-scripts/build-docs
+++ b/release-scripts/build-docs
@@ -25,4 +25,7 @@ cd ../docs || exit 1
 mv manpages-3 manpages
 mv htmldocs/manpages-3 htmldocs/manpages
 
+cd ../docs-xml || exit 1
+make distclean
+
 exit


-- 
Samba Shared Repository


More information about the samba-cvs mailing list