summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-05-10 23:10:23 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-05-10 23:10:23 +0000
commit237bda5208eb47fc5c712abee8fa9a94b27c683f (patch)
tree5b5a2056ff1983f6d829762b3652ba9a4333a54e /test
parent503fa77fdff933f3a6109c3193b1acf3a86aa01f (diff)
downloadyelp-xsl-237bda5208eb47fc5c712abee8fa9a94b27c683f.tar.gz
- Changes to test various icons
* test/testbook/Makefile: - Changes to test various icons * xslt/common/theme.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/gettext/l10n.xml.in: - Use triangle characters instead of images for the navbar - Starting to do some watermark work svn path=/trunk/; revision=944
Diffstat (limited to 'test')
-rw-r--r--test/testbook/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/testbook/Makefile b/test/testbook/Makefile
index ab8c9d65..106bac81 100644
--- a/test/testbook/Makefile
+++ b/test/testbook/Makefile
@@ -6,9 +6,6 @@ html:
rm -f html/*.*
xsltproc --timing --nonet --xinclude -o html/ \
--param db.chunk.chunk_top 1 \
- --stringparam theme.icon.admon.path "../../../data/icons/" \
- --stringparam theme.icon.nav.previous "../../../data/icons/nav-previous.png" \
- --stringparam theme.icon.nav.next "../../../data/icons/nav-next.png" \
../../xslt/docbook/html/db2html.xsl \
testbook.xml
xhtml:
@@ -16,8 +13,8 @@ xhtml:
rm -f xhtml/*.*
xsltproc --timing --nonet --xinclude -o xhtml/ \
--param db.chunk.chunk_top 1 \
- --stringparam theme.icon.admon.path "../../../data/icons/" \
- --stringparam theme.icon.nav.previous "../../../data/icons/nav-previous.png" \
- --stringparam theme.icon.nav.next "../../../data/icons/nav-next.png" \
+ --stringparam theme.icon.admon.path "../../../data/icons/hicolor/48x48/" \
+ --stringparam theme.icon.nav.previous "../../../data/icons/hicolor/22x22/nav-previous.png" \
+ --stringparam theme.icon.nav.next "../../../data/icons/hicolor/22x22/nav-next.png" \
../../xslt/docbook/html/db2xhtml.xsl \
testbook.xml