1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/devhelp/files/patch-src::dh-base.c
Joe Marcus Clarke 8762b03b9b Update to 0.7, and update the WWW link.
PR:		53905
Submitted by:	maintainer
2003-06-29 20:35:20 +00:00

11 lines
472 B
C

--- src/dh-base.c.orig Sat Jun 28 22:16:34 2003
+++ src/dh-base.c Sun Jun 29 13:40:23 2003
@@ -222,6 +222,7 @@
/* Insert the books from default gtk-doc install path. */
base_add_books (base, DATADIR "/gtk-doc/html");
+ base_add_books (base, DATADIR "/../doc"); // FreeBSD default doc path
base_add_books (base, "/usr/share/gtk-doc/html");
base_add_books (base, DATADIR "/devhelp/books");
dir = g_build_filename (g_get_home_dir (), ".devhelp", "books", NULL);