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:
parent
4219ec1dec
commit
0a083d1e08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user