git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4e84f
)
build_docs: Use 'make distclean' instead of 'make clean'.
author
Karolin Seeger
<kseeger@samba.org>
Wed, 21 Jan 2009 10:37:30 +0000
(11:37 +0100)
committer
Michael Adam
<obnox@samba.org>
Wed, 21 Jan 2009 12:56:59 +0000
(13:56 +0100)
This fixes bug #6058.
Thanks to Christian Perrier for reporting!
Karolin
(cherry picked from commit
162e4b66601b41dd5adb24e192f3b5a91dfb41cc
)
Signed-off-by: Michael Adam <obnox@samba.org>
release-scripts/build-docs
patch
|
blob
|
history
diff --git
a/release-scripts/build-docs
b/release-scripts/build-docs
index b80a7fb6f3e16301e892bd48e855b77d5b501ca2..bde87f49bdac26afe69cf9b8d4b6e7260dcc281c 100755
(executable)
--- a/
release-scripts/build-docs
+++ b/
release-scripts/build-docs
@@
-26,6
+26,6
@@
mv manpages-3 manpages
mv htmldocs/manpages-3 htmldocs/manpages
cd ../docs-xml || exit 1
-make clean
+make
dist
clean
exit