From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: fix installation path for documents in README X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=17b879941184346512037953d33efe8f470da777;p=alsa-gobject.git fix installation path for documents in README Fixes: 7a2e93e6f4a1 ("ctl: migrate to gi-docgen from gtk-doc") Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index b771580..d346b12 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2022/03/16 +2022/04/03 Takashi Sakamoto Introduction @@ -98,7 +98,7 @@ Generate documentation :: $ meson --prefix=xxx -D doc=true . build $ cd build $ meson install - $ xdg-open xxx/share/doc/html/index.html + $ xdg-open xxx/share/doc/alsa-gobject/index.html Design note ===========