summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-20 13:21:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:50 -0500
commit0a083d1e08a7f7dfcf8abf5866ceb0eee52509e7 (patch)
treef9ce086d907fe18b8ec4271a43fd11208cf0f0a8 /source4/lib/ldb
parent4219ec1dece35452c3887b2013e636105fc44f33 (diff)
downloadsamba-0a083d1e08a7f7dfcf8abf5866ceb0eee52509e7.tar.gz
samba-0a083d1e08a7f7dfcf8abf5866ceb0eee52509e7.tar.bz2
samba-0a083d1e08a7f7dfcf8abf5866ceb0eee52509e7.zip
r791: added ldb man page build to ldb makefile
(This used to be commit ec38392888d20991abe18dd3e6ca226a62c7d4ae)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/Makefile.ldb7
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/lib/ldb/Makefile.ldb b/source4/lib/ldb/Makefile.ldb
index 1623b74f6c..392407a46e 100644
--- a/source4/lib/ldb/Makefile.ldb
+++ b/source4/lib/ldb/Makefile.ldb
@@ -35,7 +35,7 @@ LIBS = $(LDB_LIB)($(OBJS))
DIRS = lib bin
-all: $(DIRS) $(BINS) $(LIBS)
+all: $(DIRS) $(BINS) $(LIBS) manpages
lib:
mkdir -p lib
@@ -63,8 +63,11 @@ bin/ldbedit: tools/ldbedit.o $(LIBS)
bin/ldbtest: tools/ldbtest.o $(LIBS)
$(CC) -o bin/ldbtest tools/ldbtest.o $(LIB_FLAGS)
+manpages:
+ man/build_manpages.sh
+
clean:
- rm -f */*.o *~ */*~ $(BINS) $(LDB_LIB)
+ rm -f */*.o *~ */*~ $(BINS) $(LDB_LIB) man/man?/*.[13]
proto:
mkproto.pl */*.c > include/proto.h