Re: [PATCH] gnu: qemu: Install all required info files.

2016-11-25 Thread Alex Kost
> Chris Marusich skribis: > >> Alex Kost writes: >> >>> The current info manual of QEMU "does not work": qemu package provides >>> "qemu-doc.info" but not "qemu-doc.info-1" and other "*.info-N" files. >>> >>> I believe the attached patch should fix it, but I couldn't test it, as >>> when I tried

Re: [PATCH] gnu: qemu: Install all required info files.

2016-11-24 Thread Ludovic Courtès
Chris Marusich skribis: > Alex Kost writes: > >> The current info manual of QEMU "does not work": qemu package provides >> "qemu-doc.info" but not "qemu-doc.info-1" and other "*.info-N" files. >> >> I believe the attached patch should fix it, but I couldn't test it, as >> when I tried to build q

Re: [PATCH] gnu: qemu: Install all required info files.

2016-11-24 Thread Chris Marusich
Alex Kost writes: > The current info manual of QEMU "does not work": qemu package provides > "qemu-doc.info" but not "qemu-doc.info-1" and other "*.info-N" files. > > I believe the attached patch should fix it, but I couldn't test it, as > when I tried to build qemu, it failed on the check phase.

[PATCH] gnu: qemu: Install all required info files.

2016-11-23 Thread Alex Kost
p 17 00:00:00 2001 From: Alex Kost Date: Wed, 23 Nov 2016 23:25:27 +0300 Subject: [PATCH] gnu: qemu: Install all required info files. * gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase to find all info files (including "*.info-N"). --- gnu/packages/qemu.sc