diff options
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-x | source4/lib/ldb/docs/builddocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/docs/builddocs.sh b/source4/lib/ldb/docs/builddocs.sh index 64835c9efe..449dcb2681 100755 --- a/source4/lib/ldb/docs/builddocs.sh +++ b/source4/lib/ldb/docs/builddocs.sh @@ -13,7 +13,7 @@ fi MANXSL="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" HTMLXSL="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl" -mkdir -p man html +mkdir -p man for f in $SRCDIR/man/*.xml; do base=`basename $f .xml` |