From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Stefan Weil <sw@weilnetz.de>, QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH] qemu.nsi: Install Sphinx documentation
Date: Fri, 6 Mar 2020 16:02:30 +0100 [thread overview]
Message-ID: <5d9f2189-fa75-32ab-2042-14eeab92fbf7@redhat.com> (raw)
In-Reply-To: <CAFEAcA_wowY8fhsLXGZeHbdRP+1G58KmDUsLbB5WYw91KoF8+w@mail.gmail.com>
On 3/6/20 3:54 PM, Peter Maydell wrote:
> On Fri, 6 Mar 2020 at 14:32, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>>
>> On 3/6/20 2:47 PM, Peter Maydell wrote:
>>> The old qemu-doc.html is no longer built, so update the Windows
>>> installer to install the new Sphinx manual sets.
>>>
>>> We install all five of the manuals, even though some of them
>>> (notably the user-mode manual) will not be very useful to Windows
>>> users, because skipping some of them would mean broken links
>>> in the top level 'index.html' page.
>>>
>>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>>> ---
>>> I've tested this (building it via the fedora docker image
>>> and installing into a Windows VM) but I don't know anything
>>> much about the installer so there might be neater ways to do it...
>>>
>>> NB: I didn't realize that patchew included a test of building
>>> the Windows installer, so until we get this (or some variant)
>>> into master I'm afraid patchew will be emailing failure reports
>>> to every submitted patchseries. Sorry about that :-(
>>> ---
>>> qemu.nsi | 22 +++++++++++++++++++---
>>> 1 file changed, 19 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/qemu.nsi b/qemu.nsi
>>> index 0c29ba359cd..1a0112265b0 100644
>>> --- a/qemu.nsi
>>> +++ b/qemu.nsi
>>> @@ -177,9 +177,20 @@ SectionEnd
>>> !ifdef CONFIG_DOCUMENTATION
>>> Section "Documentation" SectionDoc
>>> SetOutPath "$INSTDIR"
>>
>> Now that we have multiple files installed, I'd move them into a separate
>> directory: ${INSTDIR}/docs/ seems appropriate. Can be done later.
>>
>>> - File "${BINDIR}\qemu-doc.html"
>>> + File "${BINDIR}\index.html"
>>> + SetOutPath "$INSTDIR\interop"
>>> + FILE /r "${BINDIR}\interop\*.*"
>>> + SetOutPath "$INSTDIR\specs"
>>> + FILE /r "${BINDIR}\specs\*.*"
>>> + SetOutPath "$INSTDIR\system"
>>> + FILE /r "${BINDIR}\system\*.*"
>>> + SetOutPath "$INSTDIR\tools"
>>> + FILE /r "${BINDIR}\tools\*.*"
>>> + SetOutPath "$INSTDIR\user"
>>> + FILE /r "${BINDIR}\user\*.*"
>>> + SetOutPath "$INSTDIR"
>>
>> The last SetOutPath seems alone (copy/paste mistake I suppose).
>> Otherwise looks good.
>
> No, it's deliberate. I wanted to put the output path back
> to what it was at the start of this section, because I
> wasn't sure if any of the commands below this point
> implicitly depended on it.
Ah good point.
As this patch unbreaks patchew:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>>> CreateDirectory "$SMPROGRAMS\${PRODUCT}"
>>> - CreateShortCut "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" "$INSTDIR\qemu-doc.html" "" "$INSTDIR\qemu-doc.html" 0
>>> + CreateShortCut "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" "$INSTDIR\index.html" "" "$INSTDIR\index.html" 0
>>> SectionEnd
>>> !endif
>
> thanks
> -- PMM
>
next prev parent reply other threads:[~2020-03-06 15:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 13:47 [PATCH] qemu.nsi: Install Sphinx documentation Peter Maydell
2020-03-06 14:32 ` Philippe Mathieu-Daudé
2020-03-06 14:54 ` Peter Maydell
2020-03-06 15:02 ` Philippe Mathieu-Daudé [this message]
2020-03-09 17:26 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5d9f2189-fa75-32ab-2042-14eeab92fbf7@redhat.com \
--to=philmd@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).