From 2b64d78db42203621750d3a7f4f1e3cc11e19766 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 3 Apr 2022 10:31:35 +0900 Subject: [PATCH] fix installation path for documents in README Fixes: 7a2e93e6f4a1 ("ctl: migrate to gi-docgen from gtk-doc") Signed-off-by: Takashi Sakamoto --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =========== -- 2.47.3