From 499f00b4d947b04ab9616a17d9e638caaec9e6f5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Apr 2005 04:30:58 +0000 Subject: r6442: Add mechanism for configuring ldb independantly of the rest of Samba using the autoconf tools. (This used to be commit a8de35ca27e307d1be6ebad517b7012a5de30567) --- source4/lib/ldb/man/build_manpages.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 source4/lib/ldb/man/build_manpages.sh (limited to 'source4/lib/ldb/man') diff --git a/source4/lib/ldb/man/build_manpages.sh b/source4/lib/ldb/man/build_manpages.sh deleted file mode 100755 index 5e5e698ac4..0000000000 --- a/source4/lib/ldb/man/build_manpages.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -for f in man/man3/*.yo; do - base=`basename $f .yo`; - man=man/man3/$base.3; - - if test $f -nt $man; then - echo Creating $man from $f - yodl2man -o $man $f || rm -f $man - fi -done -- cgit