r18153: html/ isn't needed
authorStefan Metzmacher <metze@samba.org>
Wed, 6 Sep 2006 10:14:01 +0000 (10:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:43 +0000 (14:17 -0500)
metze

source/lib/ldb/docs/builddocs.sh

index 64835c9efe9a838dc666c78c7c482354da12c3f8..449dcb26815aff58cc11553ec526c762b2d53806 100755 (executable)
@@ -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`