mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
294027405b
- Bump PORTREVISION PR: ports/107161 Submitted by: Marat N.Afanasyev <marat@zealot.ksu.ru> Approved by: erwin (mentor)
11 lines
472 B
C
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);
|