mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
release-scripts: adapt build-manpages-git to moved manpage directory
This commit is contained in:
parent
2ea0f6c00d
commit
f5da2c1356
@ -36,14 +36,14 @@ autoconf || _exit "Error running autoconf."
|
|||||||
|
|
||||||
export XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml"
|
export XML_CATALOG_FILES="file:///etc/xml/catalog file://$(pwd)/build/catalog.xml"
|
||||||
|
|
||||||
make manpages3 || _exit "Error running make manpages3"
|
make manpages || _exit "Error running make manpages"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
test -e ${DOCS_DIR}/manpages && rm -rf ${DOCS_DIR}/manpages
|
test -e ${DOCS_DIR}/manpages && rm -rf ${DOCS_DIR}/manpages
|
||||||
mkdir -p ${DOCS_DIR}/manpages
|
mkdir -p ${DOCS_DIR}/manpages
|
||||||
|
|
||||||
rsync -Ca ${DOCS_XML_DIR}/output/manpages-3/ ${DOCS_DIR}/manpages
|
rsync -Ca ${DOCS_XML_DIR}/output/manpages/ ${DOCS_DIR}/manpages
|
||||||
|
|
||||||
echo "Success"
|
echo "Success"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user