summaryrefslogtreecommitdiff
path: root/devel/devhelp/files/patch-src::dh-base.c
blob: 8e174831a535b2fc55d174ad71223946e9128356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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);