Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4cdaace73fddffee418f3b1bd40c1640 > files > 11

perl-libguestfs-1.24.5-1.mga4.x86_64.rpm

# libguestfs Perl examples
# Copyright (C) 2011 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it 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 option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

include $(top_srcdir)/subdir-rules.mk

EXTRA_DIST = \
	LICENSE \
	create_disk.pl \
	inspect_vm.pl \
	guestfs-perl.pod

CLEANFILES = stamp-guestfs-perl.pod

man_MANS = guestfs-perl.3
noinst_DATA = $(top_builddir)/html/guestfs-perl.3.html

guestfs-perl.3 $(top_builddir)/html/guestfs-perl.3.html: stamp-guestfs-perl.pod

stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl
	$(PODWRAPPER) \
	  --section 3 \
	  --man guestfs-perl.3 \
	  --html $(top_builddir)/html/guestfs-perl.3.html \
	  --verbatim $(srcdir)/create_disk.pl:@EXAMPLE1@ \
	  --verbatim $(srcdir)/inspect_vm.pl:@EXAMPLE2@ \
	  --license examples \
	  $<
	touch $@