[libvirt] [PATCHv2] libvirtd: add man page for libvirtd

Daniel P. Berrange berrange at redhat.com
Mon Jul 12 13:11:31 UTC 2010


On Fri, Jul 09, 2010 at 08:26:31PM +1000, Justin Clift wrote:
> With gracious thanks to Chris Lalancette for helping knock the
> description section into shape.
> 
> This addresses BZ #595350
> 
>   https://bugzilla.redhat.com/show_bug.cgi?id=595350
> 
> ---
> 
> This 2nd version of the patch includes the TLS certificate file names
> and descriptions irrespective of remote support being enabled, plus
> includes all author names.
> 
> Additionally, unicode support has been enabled for the generation of
> this man page to ensure all author names are displayed correctly.
> 
>  daemon/Makefile.am     |   19 +++++-
>  daemon/libvirtd.pod.in |  188 ++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 206 insertions(+), 1 deletions(-)
>  create mode 100644 daemon/libvirtd.pod.in
> 
> diff --git a/daemon/Makefile.am b/daemon/Makefile.am
> index df34ef1..5401288 100644
> --- a/daemon/Makefile.am
> +++ b/daemon/Makefile.am
> @@ -32,9 +32,12 @@ EXTRA_DIST =						\
>  	THREADING.txt					\
>  	libvirt-guests.init.in				\
>  	libvirt-guests.sysconf				\
> +	libvirtd.pod.in					\
>  	$(AVAHI_SOURCES)				\
>  	$(DAEMON_SOURCES)
>  
> +man_MANS = libvirtd.8
> +
>  BUILT_SOURCES =
>  
>  if WITH_LIBVIRTD
> @@ -50,6 +53,20 @@ augeas_DATA = libvirtd.aug
>  augeastestsdir = $(datadir)/augeas/lenses/tests
>  augeastests_DATA = test_libvirtd.aug
>  
> +POD2MAN = pod2man -c "Virtualization Support" \
> +			-r "$(PACKAGE)-$(VERSION)" -s 8 -u

This breaks the build on at least Fedora 12 due to unknown
-u flag, so I've removed this flag.

Daniel
-- 
|: Red Hat, Engineering, London    -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org        -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list