1 diff --git a/Makefile.am b/Makefile.am
2 index 4809bd5..6043fbf 100644
5 @@ -14,11 +14,9 @@ INTLTOOL_BUILT = \
10 - gnome-doc-utils.make
14 - gnome-doc-utils.make \
15 po/.intltool-merge-cache \
18 diff --git a/configure.ac b/configure.ac
19 index b2c5605..20a2081 100644
22 @@ -55,7 +55,7 @@ AM_GLIB_GNU_GETTEXT
23 dnl Check for GSettings macros
26 -GNOME_DOC_INIT([0.17.2])
29 GNOME_COMPILE_WARNINGS([maximum])
30 GNOME_CXX_WARNINGS([yes])
31 diff --git a/help/Makefile.am b/help/Makefile.am
32 index dff2f18..760fc92 100644
33 --- a/help/Makefile.am
34 +++ b/help/Makefile.am
36 -include $(top_srcdir)/gnome-doc-utils.make
37 -dist-hook: doc-dist-hook
45 figures/gnac-logo.png \
46 figures/gnac-main-window.png
54 -DOC_LINGUAS = cs da de es fr ro ru sl te
55 +HELP_LINGUAS = cs da de es fr ro ru sl te
56 diff --git a/src/gnac-ui.c b/src/gnac-ui.c
57 index 76f6401..200c7db 100644
60 @@ -855,7 +855,7 @@ gnac_ui_on_help_cb(GtkAction *action,
63 ret = gtk_show_uri(gtk_widget_get_screen(gnac_ui_get_widget("main_window")),
64 - "ghelp:gnac", gtk_get_current_event_time(), &error);
65 + "help:gnac", gtk_get_current_event_time(), &error);
67 g_printerr("%s: %s\n", _("Could not display help"), error->message);
68 g_clear_error(&error);