qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: QEMU Developers <qemu-devel@nongnu.org>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: Re: [PATCH v3] docs: Build and install all the docs in a single manual
Date: Tue, 19 Jan 2021 13:57:09 +0000	[thread overview]
Message-ID: <CAFEAcA8pSXcxEX=_j+rNos5Od+sqZKBNetPoh7NPAWpbvSDMUg@mail.gmail.com> (raw)
In-Reply-To: <20210115154449.4801-1-peter.maydell@linaro.org>

On Fri, 15 Jan 2021 at 15:44, Peter Maydell <peter.maydell@linaro.org> wrote:

> Changes v2->v3:
>  * just the addition of the .gitlab-ci.yml change to fix the Pages CI job
> Since this is a 2-line change I've taken the liberty of keeping Paolo's
> R-by tag on the basis that it's not a material change to the bulk of the patch.

> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -622,8 +622,8 @@ pages:
>          -t "Welcome to the QEMU sourcecode"
>      - mv HTML public/src
>      # Project documentation
> -    - mv build/docs/index.html public/
> -    - for i in devel interop specs system tools user ; do mv build/docs/$i public/ ; done
> +    - make -C build install DESTDIR=$(pwd)/temp-install
> +    - mv temp-install/usr/local/share/doc/qemu/* public/
>    artifacts:
>      paths:
>        - public
> --
> 2.20.1

I'm going to have another go at getting this into master via
target-arm.next...

-- PMM


      reply	other threads:[~2021-01-19 14:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 15:44 [PATCH v3] docs: Build and install all the docs in a single manual Peter Maydell
2021-01-19 13:57 ` Peter Maydell [this message]

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='CAFEAcA8pSXcxEX=_j+rNos5Od+sqZKBNetPoh7NPAWpbvSDMUg@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).