diff options
Diffstat (limited to 'sysprep/Makefile.am')
-rw-r--r-- | sysprep/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index 2ad37aeb..8c4081ae 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -142,7 +142,7 @@ noinst_DATA = $(top_builddir)/html/virt-sysprep.1.html virt-sysprep.1 $(top_builddir)/html/virt-sysprep.1.html: stamp-virt-sysprep.pod stamp-virt-sysprep.pod: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --man virt-sysprep.1 \ --insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \ --insert sysprep-operations.pod:@OPERATIONS@ \ |