1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

build-htmlman-nogit: manpages-3 has been moved to manpages.

Signed-off-by: Karolin Seeger <kseeger@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Karolin Seeger 2013-05-29 10:21:23 +02:00 committed by Andrew Bartlett
parent ce8bbdd9fc
commit 737dd2a9fd

View File

@ -47,7 +47,7 @@ test -e ${DOCS_DIR}/htmldocs/manpages && rm -rf ${DOCS_DIR}/htmldocs/manpages
mkdir -p ${DOCS_DIR}/htmldocs/manpages
rsync -Ca ${DOCS_XML_DIR}/output/htmldocs/samba.css ${DOCS_DIR}/htmldocs/
rsync -Ca ${DOCS_XML_DIR}/output/htmldocs/manpages-3/ ${DOCS_DIR}/htmldocs/manpages
rsync -Ca ${DOCS_XML_DIR}/output/htmldocs/manpages/ ${DOCS_DIR}/htmldocs/manpages
echo "Success"
exit