From ed31386136558279b2ba324544d89b5eea3a8196 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 26 May 2022 20:01:50 +0900 Subject: [PATCH] doc: change URL for help pages After discussion about help pages for software under gobject-introspection team of alsa-project organization in github.com, new repository is used for the new URL to aggregate them. This commit changes URL for the help pages and adds minor integration. Reference: https://lore.kernel.org/alsa-devel/YmagC3V3t0k84k9A@workstation/ Signed-off-by: Takashi Sakamoto --- doc/ctl/alsactl.toml.in | 5 ++++- doc/hwdep/alsahwdep.toml.in | 5 ++++- doc/rawmidi/alsarawmidi.toml.in | 5 ++++- doc/seq/alsaseq.toml.in | 5 ++++- doc/timer/alsatimer.toml.in | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/doc/ctl/alsactl.toml.in b/doc/ctl/alsactl.toml.in index e33c66f..3ae9e41 100644 --- a/doc/ctl/alsactl.toml.in +++ b/doc/ctl/alsactl.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsactl" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsactl/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/" +doc_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/hwdep/alsahwdep.toml.in b/doc/hwdep/alsahwdep.toml.in index 239e74a..a63ce78 100644 --- a/doc/hwdep/alsahwdep.toml.in +++ b/doc/hwdep/alsahwdep.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsahwdep" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsahwdep/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/rawmidi/alsarawmidi.toml.in b/doc/rawmidi/alsarawmidi.toml.in index 7ca263c..2ede6d4 100644 --- a/doc/rawmidi/alsarawmidi.toml.in +++ b/doc/rawmidi/alsarawmidi.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsarawmidi" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsarawmidi/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/seq/alsaseq.toml.in b/doc/seq/alsaseq.toml.in index 26f5099..39e9988 100644 --- a/doc/seq/alsaseq.toml.in +++ b/doc/seq/alsaseq.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsaseq" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsaseq/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", diff --git a/doc/timer/alsatimer.toml.in b/doc/timer/alsatimer.toml.in index 5ac6b3a..9314d7d 100644 --- a/doc/timer/alsatimer.toml.in +++ b/doc/timer/alsatimer.toml.in @@ -3,9 +3,12 @@ version = "@VERSION@" description = "alsatimer" authors = "Takashi Sakamoto" license = "LGPL-3.0-or-later" -website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsatimer/" +website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/" +docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/" browse_url = "https://github.com/alsa-project/alsa-gobject" repository_url = "https://github.com/alsa-project/alsa-gobject.git" +devhelp=true +search_index=true dependencies = [ "GLib-2.0", -- 2.47.3