]> git.sur5r.net Git - openldap/commitdiff
Install manpages too
authorHoward Chu <hyc@symas.com>
Mon, 25 Feb 2013 10:02:15 +0000 (02:02 -0800)
committerHoward Chu <hyc@symas.com>
Mon, 25 Feb 2013 10:02:15 +0000 (02:02 -0800)
libraries/liblmdb/Makefile

index bd72ee4dda63fc5602f381e237f9ee2bb1608c18..4ff16df01bbbf6bc21d38bb69f739f3db007ff53 100644 (file)
@@ -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