qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] docs: Build and install all the docs in a single manual


From: Peter Maydell
Subject: Re: [PATCH v3] docs: Build and install all the docs in a single manual
Date: Tue, 19 Jan 2021 13:57:09 +0000

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 via email to

[Prev in Thread] Current Thread [Next in Thread]