From 3c82a043b1637bd1fb5fea252cbc936bbba115f6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 4 May 2011 14:25:48 +0200 Subject: [PATCH] install the ltdbtool manpage with "make install" (This used to be ctdb commit ffbff1affed8301831387e23b4f8f824d9f78e20) --- ctdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 6175e303da3..aec64e1d9f2 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -263,6 +263,7 @@ install: all if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -m 644 doc/ctdb.1 $(DESTDIR)$(mandir)/man1; fi if [ -f doc/ctdbd.1 ];then ${INSTALLCMD} -m 644 doc/ctdbd.1 $(DESTDIR)$(mandir)/man1; fi if [ -f doc/onnode.1 ];then ${INSTALLCMD} -m 644 doc/onnode.1 $(DESTDIR)$(mandir)/man1; fi + if [ -f doc/ltdbtool.1 ]; then ${INSTALLCMD} -m 644 doc/ltdbtool.1 $(DESTDIR)$(mandir)/man1; fi if [ ! -f $(DESTDIR)$(etcdir)/ctdb/notify.sh ];then ${INSTALLCMD} -m 755 config/notify.sh $(DESTDIR)$(etcdir)/ctdb; fi if [ ! -f $(DESTDIR)$(etcdir)/ctdb/ctdb-crash-cleanup.sh ];then ${INSTALLCMD} -m 755 config/ctdb-crash-cleanup.sh $(DESTDIR)$(etcdir)/ctdb; fi