diff options
author | Michael Adam <obnox@samba.org> | 2012-09-12 15:46:35 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-12 23:52:38 +0200 |
commit | cfdab79729e8507a7504b0224c60454d3bc40ffc (patch) | |
tree | 481a4a0befe320c16420c396f0f866d8d9117caf /release-scripts | |
parent | 068ae4824afc04138e02d1e4dc7fdc166ead3de3 (diff) | |
download | samba-cfdab79729e8507a7504b0224c60454d3bc40ffc.tar.gz |
release-scripts: let build-manpages-nogit store generated docs under ./bin/docs
not under ./docs
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'release-scripts')
-rwxr-xr-x | release-scripts/build-manpages-nogit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-scripts/build-manpages-nogit b/release-scripts/build-manpages-nogit index fc9ddc06be1..dbf12117fa7 100755 --- a/release-scripts/build-manpages-nogit +++ b/release-scripts/build-manpages-nogit @@ -24,7 +24,7 @@ _exit() { DIRNAME=$(dirname $0) DOCS_XML_DIR=${DIRNAME}/../docs-xml -DOCS_DIR=${DIRNAME}/../docs +DOCS_DIR=${DIRNAME}/../bin/docs pushd ${DOCS_XML_DIR} || exit 1 |