diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-09-01 22:26:48 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-09-01 22:26:48 +0000 |
| commit | d9f22d5f6b989a92510f6c8bbbc6d4c6ad8a5717 (patch) | |
| tree | b67961d0312470c23a54185cb6d6f1c90d140e5b /emulators/qemu/files/patch-Makefile | |
| parent | lang/go-devel: Update to 1.15.1 (diff) | |
emulators/qemu: Fix build with OPTION DOCS disabled
PR: 230204
Submitted by: guyyur@gmail.com
Reported by: novel
Diffstat (limited to 'emulators/qemu/files/patch-Makefile')
| -rw-r--r-- | emulators/qemu/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/files/patch-Makefile b/emulators/qemu/files/patch-Makefile index e790dfd4efb7..909ac1e5beb7 100644 --- a/emulators/qemu/files/patch-Makefile +++ b/emulators/qemu/files/patch-Makefile @@ -5,7 +5,7 @@ ifdef BUILD_DOCS +ifdef NOPORTDOCS -+DOCS=qemu.1 qemu-img.1 qemu-nbd.8 qemu-ga.8 ++DOCS=qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/qemu-ga.8 +DOCS+=docs/interop/qemu-qmp-ref.7 docs/interop/qemu-ga-ref.7 +else DOCS=qemu-doc.html qemu-doc.txt qemu.1 qemu-img.1 qemu-nbd.8 $(MANUAL_BUILDDIR)/interop/qemu-ga.8 |
