[Glade-users] Glade and Gnome help

Damon Chaplin damon@ximian.com
Tue, 20 Mar 2001 22:03:54 +0000


Roland Roberts wrote:
> 
> When I enable Gnome help, where to I put my topic.dat do it will be
> installed?

In $(datadir)/gnome/help/<application-name>/<locale>

You can look at how Glade does this itself.
In glade/doc/C/Makefile.am it has:


glade_helpdir = $(datadir)/gnome/help/glade/C

glade_help_DATA =         \
        topic.dat


Damon