build-htmlman-git: manpages-3 has been moved to manpages.
[obnox/samba/samba-obnox.git] / release-scripts / build-htmlman-git
index 9079a4c47cc109bbcbc28c67dfd6e0409aa32711..50707a4f17e53ae40c7a2956d087fa02bd63f896 100755 (executable)
@@ -44,7 +44,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