File: doc-Register-API-documentation-with-devhelp.patch

package info (click to toggle)
rhythmbox 3.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 27,324 kB
  • sloc: ansic: 113,552; python: 4,938; xml: 730; javascript: 350; perl: 307; makefile: 40; sh: 36
file content (22 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Simon McVittie <smcv@debian.org>
Date: Fri, 27 Dec 2024 10:24:59 +0000
Subject: doc: Register API documentation with devhelp

This preserves previous functionality.
---
 doc/rhythmbox.toml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/rhythmbox.toml.in b/doc/rhythmbox.toml.in
index 83e7b15..fdbedc1 100644
--- a/doc/rhythmbox.toml.in
+++ b/doc/rhythmbox.toml.in
@@ -13,7 +13,7 @@ dependencies = [
   "Gst-1.0",
   "Gtk-3.0",
 ]
-devhelp = false
+devhelp = true
 search_index = true
 
 [dependencies."GObject-2.0"]