summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-21 20:11:52 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-21 20:33:21 +0100
commit2f97bf873b64384835f257f8916bf1ebb2af62b4 (patch)
treead9bce03b85f906e6a0bf875c3898e58fd148218 /examples
parentf1d98bbc79496947210ee0305f80440ed8557ec1 (diff)
downloadlibguestfs-2f97bf873b64384835f257f8916bf1ebb2af62b4.tar.gz
libguestfs-2f97bf873b64384835f257f8916bf1ebb2af62b4.tar.xz
libguestfs-2f97bf873b64384835f257f8916bf1ebb2af62b4.zip
podwrapper: Add --license parameter, which is required.
This adds standard LICENSE and BUGS sections to all of the man pages that are processed by podwrapper. Modify all the calls to $(PODWRAPPER) to add the right --license parameter according to the content. Note that this relaxes the license on some code example pages, making them effectively BSD-style licensed.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3c325d43..35bf7654 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -124,6 +124,7 @@ stamp-guestfs-examples.pod: guestfs-examples.pod create_disk.c inspect_vm.c
--html $(top_builddir)/html/guestfs-examples.3.html \
--verbatim $(srcdir)/create_disk.c:@EXAMPLE1@ \
--verbatim $(srcdir)/inspect_vm.c:@EXAMPLE2@ \
+ --license examples \
$<
touch $@
@@ -134,6 +135,7 @@ stamp-guestfs-faq.pod: guestfs-faq.pod
--section 1 \
--man guestfs-faq.1 \
--html $(top_builddir)/html/guestfs-faq.1.html \
+ --license LGPLv2+ \
$<
touch $@
@@ -144,6 +146,7 @@ stamp-guestfs-performance.pod: guestfs-performance.pod
--section 1 \
--man guestfs-performance.1 \
--html $(top_builddir)/html/guestfs-performance.1.html \
+ --license LGPLv2+ \
$<
touch $@
@@ -154,6 +157,7 @@ stamp-guestfs-recipes.pod: guestfs-recipes.pod
--section 1 \
--man guestfs-recipes.1 \
--html $(top_builddir)/html/guestfs-recipes.1.html \
+ --license examples \
$<
touch $@
@@ -164,5 +168,6 @@ stamp-guestfs-testing.pod: guestfs-testing.pod
--section 1 \
--man guestfs-testing.1 \
--html $(top_builddir)/html/guestfs-testing.1.html \
+ --license LGPLv2+ \
$<
touch $@