Merge branch '3037-docs-ci' into 'main'

ci: Build docs artifacts for deployment to docs.gtk.org

See merge request GNOME/glib!3768
This commit is contained in:
Philip Withnall
2023-12-21 12:32:34 +00:00
5 changed files with 39 additions and 17 deletions

View File

@@ -8,7 +8,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif

View File

@@ -7,7 +7,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif

View File

@@ -6,7 +6,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif