mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -35,5 +35,6 @@ stamp-guestfs-python.pod: guestfs-python.pod create_disk.py inspect_vm.py
|
||||
--html $(top_builddir)/html/guestfs-python.3.html \
|
||||
--verbatim $(srcdir)/create_disk.py:@EXAMPLE1@ \
|
||||
--verbatim $(srcdir)/inspect_vm.py:@EXAMPLE2@ \
|
||||
--license examples \
|
||||
$<
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user