]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- added
authortrojan <trojan@pld-linux.org>
Thu, 6 Mar 2003 11:56:37 +0000 (11:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp-bookdir.patch -> 1.1

devhelp-bookdir.patch [new file with mode: 0644]

diff --git a/devhelp-bookdir.patch b/devhelp-bookdir.patch
new file mode 100644 (file)
index 0000000..3757d39
--- /dev/null
@@ -0,0 +1,13 @@
+diff -Nru devhelp-0.5.0.orig/src/dh-base.c devhelp-0.5.0/src/dh-base.c
+--- devhelp-0.5.0.orig/src/dh-base.c   Sun Mar  2 01:53:01 2003
++++ devhelp-0.5.0/src/dh-base.c        Thu Mar  6 12:59:08 2003
+@@ -155,7 +155,8 @@
+       
+       /* Insert the books from default gtk-doc install path */
+       base_add_books (base, DATADIR"/gtk-doc/html");
+-      base_add_books (base, "/usr/share/gtk-doc/html");
++      base_add_books (base, "/usr/share/doc/gtk-doc/html");
++      base_add_books (base, "/usr/share/devhelp/books");
+       dir = g_strconcat (g_getenv ("HOME"), "/.devhelp2/books", NULL);
+       base_add_books (base, dir);
+       g_free (dir);
This page took 0.073846 seconds and 4 git commands to generate.