From: Howard Chu Date: Mon, 25 Feb 2013 10:02:15 +0000 (-0800) Subject: Install manpages too X-Git-Tag: OPENLDAP_REL_ENG_2_4_35~26^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8b407d9a27a8c9d183cb532f1d4bccbf0002401;p=openldap Install manpages too --- diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile index bd72ee4dda..4ff16df01b 100644 --- a/libraries/liblmdb/Makefile +++ b/libraries/liblmdb/Makefile @@ -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