From 7ed21d9a5c11d6bc8e9da3912cfcfc8a873ddef0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 1 Apr 2012 13:15:56 +0100 Subject: [PATCH] sysprep: When generating man pages, use 'run' script. --- sysprep/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index 38e4e94a9..c7f40789e 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -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.