Added some hard-coded path to API references
This commit is contained in:
parent
5d72fd4ea2
commit
aa4d1d5dc2
|
@ -622,7 +622,10 @@ static int _helper_open_gtkdoc(Helper * helper, char const * package)
|
|||
int ret;
|
||||
char const * prefix[] =
|
||||
{
|
||||
DATADIR "/gtk-doc/html", DATADIR "/devhelp/books", NULL
|
||||
DATADIR "/gtk-doc/html", DATADIR "/devhelp/books",
|
||||
"/usr/local/share/gtk-doc/html",
|
||||
"/usr/local/share/devhelp/books",
|
||||
"/usr/share/gtk-doc/html", "/usr/share/devhelp/books", NULL
|
||||
};
|
||||
char const ** p;
|
||||
String * s;
|
||||
|
|
Loading…
Reference in New Issue
Block a user