summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2017-05-02 16:44:26 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2017-05-02 16:44:26 -0500
commita04e78a581628b32a43960eec8e4150c50d1ab89 (patch)
tree0c679a389ee13bf1cbcc530bff5161c68f8b1a61 /scripts
parenta086bf0627085f28485d7b03c45914c68729c5cf (diff)
downloadkernel-a04e78a581628b32a43960eec8e4150c50d1ab89.tar.gz
kernel-a04e78a581628b32a43960eec8e4150c50d1ab89.tar.xz
kernel-a04e78a581628b32a43960eec8e4150c50d1ab89.zip
Add kvm_stat.1 to perf-man tarball to remove asciidoc from buildreqs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-perf-man.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/generate-perf-man.sh b/scripts/generate-perf-man.sh
index 27691fafd..f5332ad86 100755
--- a/scripts/generate-perf-man.sh
+++ b/scripts/generate-perf-man.sh
@@ -47,8 +47,12 @@ if [ ! -z "$@" ]; then
esac
done
fi
-cd tools/perf/Documentation/
+cd tools/kvm/kvm_stat/
+make man
+mv kvm_stat.1 ../../perf/Documentation
+cd ../../perf/Documentation/
make
tar -czvf $BASEDIR/perf-man-${KERNEL_VERSION}.${KERNEL_PATCHLEVEL}.tar.gz *.1
make clean
+rm kvm_stat.1
popd