mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
Install manpages too
This commit is contained in:
parent
26e4222ffb
commit
d8b407d9a2
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ prefix = /usr/local
|
|||
IHDRS = lmdb.h
|
||||
ILIBS = liblmdb.a liblmdb.so
|
||||
IPROGS = mdb_stat mdb_copy
|
||||
IDOCS = mdb_stat.1 mdb_copy.1
|
||||
PROGS = $(IPROGS) mtest mtest2 mtest3 mtest4 mtest5
|
||||
all: $(ILIBS) $(PROGS)
|
||||
|
||||
|
|
@ -16,6 +17,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
|
|||
cp $(IPROGS) $(DESTDIR)$(prefix)/bin
|
||||
cp $(ILIBS) $(DESTDIR)$(prefix)/lib
|
||||
cp $(IHDRS) $(DESTDIR)$(prefix)/include
|
||||
cp $(IDOCS) $(DESTDIR)$(prefix)/man/man1
|
||||
|
||||
clean:
|
||||
rm -rf $(PROGS) *.[ao] *.so *~ testdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue