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.
This commit is contained in:
Richard W.M. Jones
2012-08-21 20:11:52 +01:00
parent f1d98bbc79
commit 2f97bf873b
25 changed files with 156 additions and 0 deletions

View File

@@ -35,5 +35,6 @@ stamp-guestfs-ruby.pod: guestfs-ruby.pod create_disk.rb inspect_vm.rb
--html $(top_builddir)/html/guestfs-ruby.3.html \
--verbatim $(srcdir)/create_disk.rb:@EXAMPLE1@ \
--verbatim $(srcdir)/inspect_vm.rb:@EXAMPLE2@ \
--license examples \
$<
touch $@