]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp-bookdir.patch
- updated to 2.30.0
[packages/devhelp.git] / devhelp-bookdir.patch
1 diff -urN devhelp-0.22/src/dh-base.c devhelp-0.22.new/src/dh-base.c
2 --- devhelp-0.22/src/dh-base.c  2008-10-11 00:00:18.000000000 +0200
3 +++ devhelp-0.22.new/src/dh-base.c      2008-12-03 20:27:27.000000000 +0100
4 @@ -210,6 +210,10 @@
5          dir = g_build_filename (data_dir, "gtk-doc", "html", NULL);
6          base_add_books (base, dir);
7          g_free (dir);
8 +        
9 +        dir = g_build_filename (data_dir, "doc", "gtk-doc", "html", NULL);
10 +        base_add_books (base, dir);
11 +        g_free (dir);
12  
13          dir = g_build_filename (data_dir, "devhelp", "books", NULL);
14          base_add_books (base, dir);
This page took 0.054862 seconds and 3 git commands to generate.