summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-17 09:58:16 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-17 09:58:16 -0400
commit869f4aba75e2e79f2fb8c003d83157ce5aba35ea (patch)
tree01735edf7b245e9c7fa341ec95852538a2884e29 /test
parent69b01d5f65ad0f228903ca6c7295f4d498be9213 (diff)
downloadyelp-xsl-869f4aba75e2e79f2fb8c003d83157ce5aba35ea.tar.gz
testdocs: Remove broken old chunk params from DocBook tests
Diffstat (limited to 'test')
-rw-r--r--test/testdocs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testdocs/Makefile b/test/testdocs/Makefile
index b5854121..89de9f96 100644
--- a/test/testdocs/Makefile
+++ b/test/testdocs/Makefile
@@ -9,7 +9,6 @@ htmlargs = \
../../../../icons/hicolor/48x48/status/ \
--stringparam theme.icons.watermark.code \
../../../../icons/hicolor/watermarks/watermark-code.png \
- --param db.chunk.chunk_top 'false()' \
$(db2html)
test: $(htmls) html/index.html
@@ -20,12 +19,10 @@ $(htmls) : html/% : %.xml
xsltproc \
-o $@/ \
--param annotate 'false()' \
- --stringparam db.chunk.basename $(patsubst html/%,%,$@) \
$(call htmlargs,$@) $<
xsltproc \
-o $@-a/ \
--param annotate 'true()' \
- --stringparam db.chunk.basename $(patsubst html/%,%-a,$@) \
$(call htmlargs,$@) $<
html/index.html: