summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-04 14:25:48 +0200
committerMichael Adam <obnox@samba.org>2011-05-04 14:40:12 +0200
commit3c82a043b1637bd1fb5fea252cbc936bbba115f6 (patch)
tree4a75e7fb7e2b409a0af78385d6a1fd769ba828bf
parentf3066d7fb433bb74fd01a11e1513bb1d2dc9d53d (diff)
downloadsamba-3c82a043b1637bd1fb5fea252cbc936bbba115f6.tar.gz
samba-3c82a043b1637bd1fb5fea252cbc936bbba115f6.tar.xz
samba-3c82a043b1637bd1fb5fea252cbc936bbba115f6.zip
install the ltdbtool manpage with "make install"
(This used to be ctdb commit ffbff1affed8301831387e23b4f8f824d9f78e20)
-rwxr-xr-xctdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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