[PATCH 0/2] docs: Simplify build of HTML files and fix 'edit' links for NEWS and hvsupport

Peter Krempa posted 2 patches 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1596465830.git.pkrempa@redhat.com
docs/meson.build          | 46 +++++++++++----------------------------
docs/page.xsl             | 14 +++++++-----
scripts/meson-html-gen.py |  2 +-
3 files changed, 22 insertions(+), 40 deletions(-)
[PATCH 0/2] docs: Simplify build of HTML files and fix 'edit' links for NEWS and hvsupport
Posted by Peter Krempa 3 years, 8 months ago
Peter Krempa (2):
  docs: meson: Simplify generation of html files
  docs: build: Use proper path to file in 'contribute' link

 docs/meson.build          | 46 +++++++++++----------------------------
 docs/page.xsl             | 14 +++++++-----
 scripts/meson-html-gen.py |  2 +-
 3 files changed, 22 insertions(+), 40 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] docs: Simplify build of HTML files and fix 'edit' links for NEWS and hvsupport
Posted by Ján Tomko 3 years, 8 months ago
On a Monday in 2020, Peter Krempa wrote:
>Peter Krempa (2):
>  docs: meson: Simplify generation of html files
>  docs: build: Use proper path to file in 'contribute' link
>
> docs/meson.build          | 46 +++++++++++----------------------------
> docs/page.xsl             | 14 +++++++-----
> scripts/meson-html-gen.py |  2 +-
> 3 files changed, 22 insertions(+), 40 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano