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