From d8b407d9a27a8c9d183cb532f1d4bccbf0002401 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 25 Feb 2013 02:02:15 -0800 Subject: [PATCH] Install manpages too --- libraries/liblmdb/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5