]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
fix installation path for documents in README
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 20 Apr 2022 00:51:44 +0000 (09:51 +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
 ===========