Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
yelp
Commits
638e93d5
Commit
638e93d5
authored
Mar 10, 2010
by
Shaun McCance
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moving from gnome-doc-utils to yelp-xsl
parent
5021be47
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
19 deletions
+20
-19
configure.in
configure.in
+13
-12
libyelp/Makefile.am
libyelp/Makefile.am
+1
-1
libyelp/yelp-settings.c
libyelp/yelp-settings.c
+2
-2
stylesheets/db-title.xsl.in
stylesheets/db-title.xsl.in
+1
-1
stylesheets/db2html.xsl.in
stylesheets/db2html.xsl.in
+1
-1
stylesheets/mal2html.xsl.in
stylesheets/mal2html.xsl.in
+1
-1
stylesheets/toc2html.xsl.in
stylesheets/toc2html.xsl.in
+1
-1
No files found.
configure.in
View file @
638e93d5
...
...
@@ -23,6 +23,7 @@ GTK_DOC_CHECK(1.9)
GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS([maximum])
GNOME_MAINTAINER_MODE_DEFINES
MORE_WARN_FLAGS=
DEPRECATION_FLAGS=
...
...
@@ -52,7 +53,7 @@ PKG_CHECK_MODULES(YELP,
gio-2.0
gio-2.0
gio-unix-2.0
gnome-doc-utils >= 0.17.2
yelp-xsl
gtk+-unix-print-2.0
gtk+-2.0 >= 2.16.0
libxml-2.0 >= 2.6.5
...
...
@@ -69,21 +70,21 @@ AC_SUBST([YELP_LIBS])
AC_PATH_PROGS(SED, gsed sed)
XSL
T
_PATH="`$PKG_CONFIG --variable=xsltdir
gnome-doc-utils
`"
DB_TITLE="$XSLT_PATH""/docbook/common/db-title.xsl"
AC_SUBST(DB_TITLE)
XSL_PATH="`$PKG_CONFIG --variable=xsltdir
yelp-xsl
`"
XSL_
DB_TITLE="$XSLT_PATH""/docbook/common/db-title.xsl"
AC_SUBST(
XSL_
DB_TITLE)
DB2HTML="`$PKG_CONFIG --variable=db2xhtml
gnome-doc-utils
`"
AC_SUBST(DB2HTML)
XSL_
DB2
X
HTML="`$PKG_CONFIG --variable=db2xhtml
yelp-xsl
`"
AC_SUBST(
XSL_
DB2
X
HTML)
MAL2HTML="`$PKG_CONFIG --variable=mal2xhtml
gnome-doc-utils
`"
AC_SUBST(MAL2HTML)
XSL_
MAL2
X
HTML="`$PKG_CONFIG --variable=mal2xhtml
yelp-xsl
`"
AC_SUBST(
XSL_
MAL2
X
HTML)
GDU
_GETTEXT="`$PKG_CONFIG --variable=gettext
gnome-doc-utils
`"
AC_SUBST(
GDU
_GETTEXT)
XSL
_GETTEXT="`$PKG_CONFIG --variable=gettext
yelp-xsl
`"
AC_SUBST(
XSL
_GETTEXT)
GDU
_ICON_PATH="`$PKG_CONFIG --variable=icondir
gnome-doc-utils
`"
AC_SUBST(
GDU
_ICON_PATH)
YELP
_ICON_PATH="`$PKG_CONFIG --variable=icondir
yelp-xsl
`"
AC_SUBST(
YELP
_ICON_PATH)
GLIB_GENMARSHAL="`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`"
AC_SUBST(GLIB_GENMARSHAL)
...
...
libyelp/Makefile.am
View file @
638e93d5
...
...
@@ -18,7 +18,7 @@ libyelp_la_SOURCES = \
libyelp_la_CFLAGS
=
\
$(YELP_CFLAGS)
\
-DDATADIR
=
\"
"
$(datadir)
"
\"
\
-D
GDU
_ICON_PATH
=
\"
$(
GDU
_ICON_PATH)
\"
-D
YELP
_ICON_PATH
=
\"
$(
YELP
_ICON_PATH)
\"
libyelp_la_LIBADD
=
\
$(YELP_LIBS)
...
...
libyelp/yelp-settings.c
View file @
638e93d5
...
...
@@ -269,14 +269,14 @@ yelp_settings_set_property (GObject *object,
gtk_icon_theme_get_search_path
(
settings
->
priv
->
gtk_icon_theme
,
&
search_path
,
&
search_path_len
);
for
(
i
=
search_path_len
-
1
;
i
>=
0
;
i
--
)
if
(
g_str_equal
(
search_path
[
i
],
GDU
_ICON_PATH
))
{
if
(
g_str_equal
(
search_path
[
i
],
YELP
_ICON_PATH
))
{
append_search_path
=
FALSE
;
break
;
}
g_strfreev
(
search_path
);
if
(
append_search_path
)
gtk_icon_theme_append_search_path
(
settings
->
priv
->
gtk_icon_theme
,
GDU
_ICON_PATH
);
YELP
_ICON_PATH
);
g_object_ref
(
settings
->
priv
->
gtk_icon_theme
);
settings
->
priv
->
icon_theme_changed
=
g_signal_connect
(
settings
->
priv
->
gtk_icon_theme
,
...
...
stylesheets/db-title.xsl.in
View file @
638e93d5
...
...
@@ -5,7 +5,7 @@
extension-element-prefixes=
"yelp"
version=
"1.0"
>
<xsl:import
href=
"@DB_TITLE@"
/>
<xsl:import
href=
"@
XSL_
DB_TITLE@"
/>
<xsl:template
name=
"node"
/>
...
...
stylesheets/db2html.xsl.in
View file @
638e93d5
...
...
@@ -5,7 +5,7 @@
extension-element-prefixes=
"yelp"
version=
"1.0"
>
<xsl:import
href=
"@DB2HTML@"
/>
<xsl:import
href=
"@
XSL_
DB2
X
HTML@"
/>
<xsl:include
href=
"yelp-common.xsl"
/>
...
...
stylesheets/mal2html.xsl.in
View file @
638e93d5
...
...
@@ -6,7 +6,7 @@
extension-element-prefixes=
"yelp"
version=
"1.0"
>
<xsl:import
href=
"@MAL2HTML@"
/>
<xsl:import
href=
"@
XSL_
MAL2
X
HTML@"
/>
<xsl:include
href=
"yelp-common.xsl"
/>
...
...
stylesheets/toc2html.xsl.in
View file @
638e93d5
...
...
@@ -5,7 +5,7 @@
extension-element-prefixes=
"yelp"
version=
"1.0"
>
<xsl:import
href=
"@
GDU
_GETTEXT@"
/>
<xsl:import
href=
"@
XSL
_GETTEXT@"
/>
<xsl:param
name=
"help_icon"
/>
<xsl:param
name=
"help_icon_size"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment