]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp-bookdir.patch
- updated to 0.21
[packages/devhelp.git] / devhelp-bookdir.patch
1 diff -urN devhelp-0.13/src/dh-base.c devhelp-0.13.new/src/dh-base.c
2 --- devhelp-0.13/src/dh-base.c  2007-02-07 14:41:04.000000000 +0100
3 +++ devhelp-0.13.new/src/dh-base.c      2007-02-07 16:05:31.000000000 +0100
4 @@ -229,6 +229,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.058228 seconds and 3 git commands to generate.