]> git.pld-linux.org Git - packages/devhelp.git/blob - devhelp-bookdir.patch
- updated
[packages/devhelp.git] / devhelp-bookdir.patch
1 diff -urN devhelp-0.6.0.orig/src/dh-base.c devhelp-0.6.0/src/dh-base.c
2 --- devhelp-0.6.0.orig/src/dh-base.c    Fri Apr 25 10:33:10 2003
3 +++ devhelp-0.6.0/src/dh-base.c Fri Apr 25 10:34:50 2003
4 @@ -155,7 +155,7 @@
5         
6         /* Insert the books from default gtk-doc install path */
7         base_add_books (base, DATADIR"/gtk-doc/html");
8 -       base_add_books (base, "/usr/share/gtk-doc/html");
9 +       base_add_books (base, "/usr/share/doc/gtk-doc/html");
10         base_add_books (base, DATADIR"/devhelp/books");
11         dir = g_strconcat (g_getenv ("HOME"), "/.devhelp/books", NULL);
12         base_add_books (base, dir);
This page took 0.104124 seconds and 4 git commands to generate.