From 2c4f81a10fb9aee393f464164f3649a0decf91f6 Mon Sep 17 00:00:00 2001 From: "Dmitry E. Oboukhov" <unera@debian.org> Date: Sat, 21 Dec 2013 13:23:11 +0400 Subject: [PATCH] Move tarantar manpage to tarantool package. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index fd6e86acb7..43521a3712 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,8 @@ clean:: # rm -fr debian/tarantool-dbg/usr/share/doc/tarantool-dbg install/tarantool:: + pod2man -c 'tarantar' \ + debian/tarantar.pod > build-area/tarantar.1 # make -C build-area test-force || /bin/true @@ -68,7 +70,5 @@ install/tarantool-common:: pod2man -c 'snapshot rotate' \ debian/scripts/tarantool_snapshot_rotate \ > build-area/tarantool_snapshot_rotate.1 - pod2man -c 'tarantar' \ - debian/tarantar.pod > build-area/tarantar.1 install -m0755 extra/logger.pl \ debian/tarantool-common/usr/lib/tarantool/logger -- GitLab