diff options
Diffstat (limited to 'resize/Makefile.am')
-rw-r--r-- | resize/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resize/Makefile.am b/resize/Makefile.am index 70ace37d..0d80df14 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -92,7 +92,7 @@ noinst_DATA = $(top_builddir)/html/virt-resize.1.html virt-resize.1 $(top_builddir)/html/virt-resize.1.html: stamp-virt-resize.pod stamp-virt-resize.pod: virt-resize.pod - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --man virt-resize.1 \ --html $(top_builddir)/html/virt-resize.1.html \ $< |