mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
release-scripts/build-manpages-nogit: run make realdistclean at the end
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit b2986dcb1d
)
This commit is contained in:
parent
6fc5d559e1
commit
9da9cf524a
@ -48,6 +48,10 @@ mkdir -p ${DOCS_DIR}/manpages
|
||||
|
||||
rsync -Ca ${DOCS_XML_DIR}/output/manpages/ ${DOCS_DIR}/manpages
|
||||
|
||||
pushd ${DOCS_XML_DIR} || exit 1
|
||||
make realdistclean || _exit "Error running make realdistclean"
|
||||
popd
|
||||
|
||||
echo "Success"
|
||||
exit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user