[libhandy/wip/exalm/parallel-install] doc: Make parallel-installatable with libhandy 0.x



commit 19e48aac954b92b96b2866678de38c5d23f32f59
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 26 21:14:17 2020 +0500

    doc: Make parallel-installatable with libhandy 0.x
    
    Use libhandy-1 name instead of libhandy.
    
    Fixes a part of https://gitlab.gnome.org/GNOME/libhandy/-/issues/278
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 doc/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/meson.build b/doc/meson.build
index 847a6338..297a234b 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -65,7 +65,7 @@ gnome.gtkdoc('libhandy',
                        '--extra-dir=@0@'.format(glib_docpath / 'gtk3'),
                        '--extra-dir=@0@'.format(glib_docpath / 'gdk-pixbuf'),
                      ],
-        install_dir: 'libhandy',
+        install_dir: 'handy-' + apiversion,
       content_files: content_files,
         html_assets: images,
             install: true)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]