git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4ffd5
)
build-docs: Add 'make clean'.
author
Karolin Seeger
<kseeger@samba.org>
Thu, 18 Sep 2008 13:52:06 +0000
(15:52 +0200)
committer
Karolin Seeger
<kseeger@samba.org>
Thu, 18 Sep 2008 14:00:05 +0000
(16:00 +0200)
Karolin
(cherry picked from commit
cf40fb97239ed9a11e5750fde6e078233e567bba
)
(cherry picked from commit
6e1d92e3b324a0759486f914a0e4b32be1142aee
)
release-scripts/build-docs
patch
|
blob
|
history
diff --git
a/release-scripts/build-docs
b/release-scripts/build-docs
index fa38d8dd2c1ba327d78a61c9e44a1e1890a0b83a..53500d704dcdcaba248581311cfcf674ae0c374f 100755
(executable)
--- 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 $DOCSRCDIR || exit 1
+make clean
+
exit