From 0a083d1e08a7f7dfcf8abf5866ceb0eee52509e7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 20 May 2004 13:21:30 +0000 Subject: r791: added ldb man page build to ldb makefile (This used to be commit ec38392888d20991abe18dd3e6ca226a62c7d4ae) --- source4/lib/ldb/Makefile.ldb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb/Makefile.ldb') 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 -- cgit