mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
out-of-tree build: fix documentation generation
This commit is contained in:
committed by
Richard W.M. Jones
parent
44c3a30026
commit
ff101adf7e
@@ -29,11 +29,11 @@ noinst_DATA = $(top_builddir)/html/guestfs-python.3.html
|
||||
guestfs-python.3 $(top_builddir)/html/guestfs-python.3.html: stamp-guestfs-python.pod
|
||||
|
||||
stamp-guestfs-python.pod: guestfs-python.pod create_disk.py inspect_vm.py
|
||||
$(top_srcdir)/podwrapper.sh \
|
||||
$(top_builddir)/podwrapper.sh \
|
||||
--section 3 \
|
||||
--man guestfs-python.3 \
|
||||
--html $(top_builddir)/html/guestfs-python.3.html \
|
||||
--verbatim create_disk.py:@EXAMPLE1@ \
|
||||
--verbatim inspect_vm.py:@EXAMPLE2@ \
|
||||
--verbatim $(srcdir)/create_disk.py:@EXAMPLE1@ \
|
||||
--verbatim $(srcdir)/inspect_vm.py:@EXAMPLE2@ \
|
||||
$<
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user