Skip to content

Commit 1e43299

Browse files
authored
docs: Remove recorder.xml.in (#12395)
This file references another for inclusion that no longer exists. With gtk-doc-tools 1.34.0, stricter checking is enabled that results in a failure which halts the build process due to this invalid file reference.
1 parent 6cc3ba7 commit 1e43299

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

docs/reference/cinnamon/cinnamon-docs.sgml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<xi:include href="xml/cinnamon-tray-icon.xml"/>
3636
<xi:include href="xml/cinnamon-tray-manager.xml"/>
3737
</chapter>
38-
<xi:include href="recorder.xml"/>
3938
<chapter>
4039
<title>Integration helpers and utilities</title>
4140
<xi:include href="xml/cinnamon-global.xml"/>

docs/reference/cinnamon/meson.build

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,10 @@ ignore = [
77
sniffer_headers,
88
]
99

10-
recorder_conf = configuration_data()
11-
12-
if get_option('build_recorder')
13-
recorder_conf.set('BUILD_RECORDER_XML_START', '-->')
14-
recorder_conf.set('BUILD_RECORDER_XML_END', '<!--')
15-
else
16-
recorder_conf.set('BUILD_RECORDER_XML_START', '')
17-
recorder_conf.set('BUILD_RECORDER_XML_END', '')
10+
if not get_option('build_recorder')
1811
ignore += 'cinnamon-recorder.h'
1912
endif
2013

21-
configure_file(
22-
input: 'recorder.xml.in',
23-
output: 'recorder.xml',
24-
configuration: recorder_conf,
25-
)
26-
2714
gnome.gtkdoc(
2815
'cinnamon',
2916
mode: 'xml',

docs/reference/cinnamon/recorder.xml.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)