1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r791: added ldb man page build to ldb makefile

(This used to be commit ec38392888d20991abe18dd3e6ca226a62c7d4ae)
This commit is contained in:
Andrew Tridgell 2004-05-20 13:21:30 +00:00 committed by Gerald (Jerry) Carter
parent 4219ec1dec
commit 0a083d1e08

View File

@ -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