mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-06 07:15:47 -04:00
doc: remove most content from docbook
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
1915dd17f0
commit
ddd4f65240
49 changed files with 0 additions and 6284 deletions
|
|
@ -12,14 +12,8 @@ foreach src : files([
|
|||
'Book_Info.xml',
|
||||
'Author_Group.xml',
|
||||
'Foreword.xml',
|
||||
'Protocol.xml',
|
||||
'Xwayland.xml',
|
||||
'Compositors.xml',
|
||||
'Content_Updates.xml',
|
||||
'Color.xml',
|
||||
'Client.xml',
|
||||
'Server.xml',
|
||||
'Message_XML.xml',
|
||||
])
|
||||
name = fs.name(src)
|
||||
publican_inputs += fs.copyfile(name)
|
||||
|
|
@ -72,27 +66,6 @@ publican_inputs += custom_target(
|
|||
)
|
||||
|
||||
subdir('html/css')
|
||||
subdir('html/images')
|
||||
|
||||
foreach src : files([
|
||||
'Architecture.xml',
|
||||
'Introduction.xml'
|
||||
])
|
||||
name = fs.name(src)
|
||||
publican_inputs += custom_target(
|
||||
name,
|
||||
command: [
|
||||
xsltproc,
|
||||
'-o', '@OUTPUT@',
|
||||
'--stringparam', 'basedir', meson.current_build_dir() / 'html',
|
||||
merge_mapcoords_xsl,
|
||||
'@INPUT@',
|
||||
],
|
||||
input: src,
|
||||
output: [name],
|
||||
depends: publican_image_maps,
|
||||
)
|
||||
endforeach
|
||||
|
||||
skip_validation = '--skip-validation'
|
||||
if get_option('docbook_validation')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue