]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
fix installation path for documents in README
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 3 Apr 2022 01:31:35 +0000 (10:31 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 3 Apr 2022 02:02:41 +0000 (11:02 +0900)
Fixes: 7a2e93e6f4a1 ("ctl: migrate to gi-docgen from gtk-doc")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst

index b7715806ffa7c3560a2a44626f2bb919d00af423..d346b120160bf90c1f4347d50fff9615dc1ab6c6 100644 (file)
@@ -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
 ===========