mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sysprep: When generating man pages, use 'run' script.
This commit is contained in:
@@ -107,12 +107,12 @@ stamp-virt-sysprep.pod: virt-sysprep.pod sysprep-extra-options.pod sysprep-opera
|
||||
|
||||
sysprep-extra-options.pod: virt-sysprep
|
||||
rm -f $@ $@-t
|
||||
./$< --dump-pod-options > $@-t
|
||||
../run ./$< --dump-pod-options > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
sysprep-operations.pod: virt-sysprep
|
||||
rm -f $@ $@-t
|
||||
./$< --dump-pod > $@-t
|
||||
../run ./$< --dump-pod > $@-t
|
||||
mv $@-t $@
|
||||
|
||||
# Tests.
|
||||
|
||||
Reference in New Issue
Block a user