Browse Source

Fix broken links in documentation

zrythm_meson
David Robillard 3 years ago
parent
commit
aac7b8d830
  1. 4
      .gitlab-ci.yml
  2. 2
      wscript

4
.gitlab-ci.yml

@ -88,7 +88,7 @@ test:x64_dbg: @@ -88,7 +88,7 @@ test:x64_dbg:
- groff -Thtml -P -l -P -r -man -wall doc/serdi.1 > build/doc/serdi.html
needs: ["x64_dbg"]
artifacts:
paths: ["build/coverage", "build/doc"]
paths: ["build/index.html", "build/coverage", "build/doc"]
x64_rel:
@ -220,7 +220,7 @@ pages: @@ -220,7 +220,7 @@ pages:
- mv build/doc/*.svg .public/images
- mv build/doc/html/ .public/doc/html
- mv build/coverage/ .public/coverage
- mv build/doc/index.html .public/index.html
- mv build/index.html .public/index.html
- mv build/doc/serdi.html .public/man/serdi.html
- mv .public public
artifacts:

2
wscript

@ -267,7 +267,7 @@ def build(bld): @@ -267,7 +267,7 @@ def build(bld):
autowaf.build_dox(bld, 'SERD', SERD_VERSION, top, out)
bld(features='subst',
source='doc/index.html.in',
target='doc/index.html',
target='index.html',
install_path='',
name='index',
SERD_VERSION=SERD_VERSION)

Loading…
Cancel
Save