On Wed, Feb 29, 2012 at 11:04, Iustin Pop <ius...@google.com> wrote:
> On Wed, Feb 29, 2012 at 11:00:48AM +0100, René Nussbaumer wrote:
>> ---
>>  man/hinfo.rst |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
>>  1 files changed, 51 insertions(+), 0 deletions(-)
>>  create mode 100644 man/hinfo.rst
>
> The man page looks good, but you also need to add this to the Makefile's
> man_MANS variable…

Indeed, interdiff:

diff --git a/Makefile.am b/Makefile.am
index bcce5ea..aa0d2f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -650,6 +650,7 @@ man_MANS = \
        man/gnt-os.8 \
        man/hail.1 \
        man/hbal.1 \
+       man/hinfo.1 \
        man/hscan.1 \
        man/hspace.1 \
        man/htools.1
diff --git a/man/footer.rst b/man/footer.rst
index 2ded5ba..a774f05 100644
--- a/man/footer.rst
+++ b/man/footer.rst
@@ -25,12 +25,13 @@ daemon), **ganeti-masterd**(8) (master daemon),
**ganeti-rapi**(8)

 Ganeti htools: **htools**(1) (generic binary), **hbal**(1) (cluster
 balancer), **hspace**(1) (capacity calculation), **hail**(1) (IAllocator
-plugin), **hscan**(1) (data gatherer from remote clusters).
+plugin), **hscan**(1) (data gatherer from remote clusters), **hinfo**(1)
+(cluster information printer).

 COPYRIGHT
 ---------

-Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google
+Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google
 Inc. Permission is granted to copy, distribute and/or modify under the
 terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your

René

Reply via email to