From: Takashi Sakamoto Date: Sun, 3 Apr 2022 01:31:35 +0000 (+0900) Subject: fix installation path for documents in README X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2b64d78db42203621750d3a7f4f1e3cc11e19766;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 ===========