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

package info (click to toggle)
rhythmbox 3.4.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,376 kB
  • sloc: ansic: 114,861; python: 4,941; xml: 730; javascript: 350; perl: 307; sh: 84; makefile: 43
file content (22 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
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"]