summaryrefslogtreecommitdiffstats
path: root/java/examples/Makefile.am
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-30 22:04:55 +0100
commitd37ccaacb3fc6915f2fa8c6e04839706baf01eed (patch)
treef2024cbb35e44599f56b3b2ad156c0bc1e199e9c /java/examples/Makefile.am
parentebf3342f5a874b288340fe64bc3560e40d31e2ec (diff)
downloadlibguestfs-d37ccaacb3fc6915f2fa8c6e04839706baf01eed.tar.gz
libguestfs-d37ccaacb3fc6915f2fa8c6e04839706baf01eed.tar.xz
libguestfs-d37ccaacb3fc6915f2fa8c6e04839706baf01eed.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. (cherry picked from commit 2f97bf873b64384835f257f8916bf1ebb2af62b4)
Diffstat (limited to 'java/examples/Makefile.am')
-rw-r--r--java/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/examples/Makefile.am b/java/examples/Makefile.am
index 55f7b637..f611f035 100644
--- a/java/examples/Makefile.am
+++ b/java/examples/Makefile.am
@@ -37,6 +37,7 @@ stamp-guestfs-java.pod: guestfs-java.pod CreateDisk.java InspectVM.java
--html $(top_builddir)/html/guestfs-java.3.html \
--verbatim $(srcdir)/CreateDisk.java:@EXAMPLE1@ \
--verbatim $(srcdir)/InspectVM.java:@EXAMPLE2@ \
+ --license examples \
$<
touch $@