summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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