mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
release-scripts: let build-manpages-nogit store generated docs under ./bin/docs
not under ./docs Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
068ae4824a
commit
cfdab79729
@ -24,7 +24,7 @@ _exit() {
|
|||||||
|
|
||||||
DIRNAME=$(dirname $0)
|
DIRNAME=$(dirname $0)
|
||||||
DOCS_XML_DIR=${DIRNAME}/../docs-xml
|
DOCS_XML_DIR=${DIRNAME}/../docs-xml
|
||||||
DOCS_DIR=${DIRNAME}/../docs
|
DOCS_DIR=${DIRNAME}/../bin/docs
|
||||||
|
|
||||||
pushd ${DOCS_XML_DIR} || exit 1
|
pushd ${DOCS_XML_DIR} || exit 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user