Skip to content

Commit

Permalink
docs: Remove recorder.xml.in (#12395)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rcalixte authored Oct 2, 2024
1 parent 6cc3ba7 commit 1e43299
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
1 change: 0 additions & 1 deletion docs/reference/cinnamon/cinnamon-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<xi:include href="xml/cinnamon-tray-icon.xml"/>
<xi:include href="xml/cinnamon-tray-manager.xml"/>
</chapter>
<xi:include href="recorder.xml"/>
<chapter>
<title>Integration helpers and utilities</title>
<xi:include href="xml/cinnamon-global.xml"/>
Expand Down
15 changes: 1 addition & 14 deletions docs/reference/cinnamon/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,10 @@ ignore = [
sniffer_headers,
]

recorder_conf = configuration_data()

if get_option('build_recorder')
recorder_conf.set('BUILD_RECORDER_XML_START', '-->')
recorder_conf.set('BUILD_RECORDER_XML_END', '<!--')
else
recorder_conf.set('BUILD_RECORDER_XML_START', '')
recorder_conf.set('BUILD_RECORDER_XML_END', '')
if not get_option('build_recorder')
ignore += 'cinnamon-recorder.h'
endif

configure_file(
input: 'recorder.xml.in',
output: 'recorder.xml',
configuration: recorder_conf,
)

gnome.gtkdoc(
'cinnamon',
mode: 'xml',
Expand Down
12 changes: 0 additions & 12 deletions docs/reference/cinnamon/recorder.xml.in

This file was deleted.

0 comments on commit 1e43299

Please sign in to comment.