Port to new documentation infrastructure
This commit is contained in:
parent
80e456c634
commit
e4c5d60ee2
@ -13,14 +13,12 @@ EXTRA_DIST = \
|
|||||||
ChangeLog \
|
ChangeLog \
|
||||||
NEWS \
|
NEWS \
|
||||||
README \
|
README \
|
||||||
AUTHORS \
|
AUTHORS
|
||||||
gnome-doc-utils.make
|
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
intltool-extract \
|
intltool-extract \
|
||||||
intltool-merge \
|
intltool-merge \
|
||||||
intltool-update \
|
intltool-update
|
||||||
gnome-doc-utils.make
|
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ AM_GLIB_GNU_GETTEXT
|
|||||||
# *******************************
|
# *******************************
|
||||||
# User manual
|
# User manual
|
||||||
# *******************************
|
# *******************************
|
||||||
GNOME_DOC_INIT
|
YELP_HELP_INIT
|
||||||
|
|
||||||
# *******************************
|
# *******************************
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
by the Free Software Foundation with no Invariant Sections,
|
by the Free Software Foundation with no Invariant Sections,
|
||||||
no Front-Cover Texts, and no Back-Cover Texts. You can find
|
no Front-Cover Texts, and no Back-Cover Texts. You can find
|
||||||
a copy of the GFDL at this <ulink type="help"
|
a copy of the GFDL at this <ulink type="help"
|
||||||
url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
|
url="help:fdl">link</ulink> or in the file COPYING-DOCS
|
||||||
distributed with this manual.
|
distributed with this manual.
|
||||||
</para>
|
</para>
|
||||||
<para> This manual is part of a collection of GNOME manuals
|
<para> This manual is part of a collection of GNOME manuals
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
include $(top_srcdir)/gnome-doc-utils.make
|
@YELP_HELP_RULES@
|
||||||
dist-hook: doc-dist-hook
|
|
||||||
|
|
||||||
DOC_ID = zenity
|
HELP_ID = zenity
|
||||||
DOC_INCLUDES = legal.xml
|
|
||||||
|
|
||||||
DOC_FIGURES = \
|
HELP_MEDIA = \
|
||||||
figures/zenity-calendar-screenshot.png \
|
figures/zenity-calendar-screenshot.png \
|
||||||
figures/zenity-colorselection-screenshot.png \
|
figures/zenity-colorselection-screenshot.png \
|
||||||
figures/zenity-entry-screenshot.png \
|
figures/zenity-entry-screenshot.png \
|
||||||
@ -21,7 +19,8 @@ DOC_FIGURES = \
|
|||||||
figures/zenity-text-screenshot.png \
|
figures/zenity-text-screenshot.png \
|
||||||
figures/zenity-warning-screenshot.png
|
figures/zenity-warning-screenshot.png
|
||||||
|
|
||||||
DOC_PAGES = \
|
HELP_FILES = \
|
||||||
|
legal.xml \
|
||||||
calendar.page \
|
calendar.page \
|
||||||
color-selection.page \
|
color-selection.page \
|
||||||
entry.page \
|
entry.page \
|
||||||
@ -42,4 +41,4 @@ DOC_PAGES = \
|
|||||||
usage.page \
|
usage.page \
|
||||||
warning.page
|
warning.page
|
||||||
|
|
||||||
DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl hu ja oc pt_BR ru sl sv uk zh_CN
|
HELP_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl hu ja oc pt_BR ru sl sv uk zh_CN
|
||||||
|
@ -252,7 +252,7 @@ zenity_util_show_help (GError **error)
|
|||||||
|
|
||||||
if (tmp) {
|
if (tmp) {
|
||||||
g_free (tmp);
|
g_free (tmp);
|
||||||
g_spawn_command_line_async ("yelp ghelp:zenity", error);
|
g_spawn_command_line_async ("yelp help:zenity", error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user