summaryrefslogtreecommitdiffstats
path: root/fish
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 /fish
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 'fish')
-rw-r--r--fish/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index 27015f65..507e413a 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -187,6 +187,7 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
--html $(top_builddir)/html/guestfish.1.html \
--insert $(srcdir)/guestfish-actions.pod:@ACTIONS@ \
--insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \
+ --license GPLv2+ \
$<
touch $@
@@ -196,6 +197,7 @@ stamp-virt-copy-in.pod: virt-copy-in.pod
$(PODWRAPPER) \
--man virt-copy-in.1 \
--html $(top_builddir)/html/virt-copy-in.1.html \
+ --license GPLv2+ \
$<
touch $@
@@ -205,6 +207,7 @@ stamp-virt-copy-out.pod: virt-copy-out.pod
$(PODWRAPPER) \
--man virt-copy-out.1 \
--html $(top_builddir)/html/virt-copy-out.1.html \
+ --license GPLv2+ \
$<
touch $@
@@ -214,6 +217,7 @@ stamp-virt-tar-in.pod: virt-tar-in.pod
$(PODWRAPPER) \
--man virt-tar-in.1 \
--html $(top_builddir)/html/virt-tar-in.1.html \
+ --license GPLv2+ \
$<
touch $@
@@ -223,6 +227,7 @@ stamp-virt-tar-out.pod: virt-tar-out.pod
$(PODWRAPPER) \
--man virt-tar-out.1 \
--html $(top_builddir)/html/virt-tar-out.1.html \
+ --license GPLv2+ \
$<
touch $@