From 2f97bf873b64384835f257f8916bf1ebb2af62b4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 21 Aug 2012 20:11:52 +0100 Subject: 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. --- java/examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'java/examples') 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 $@ -- cgit