|
From: docbook b. <bui...@si...> - 2015-01-08 19:02:51
|
The xsl snapshot build appears to be broken at r9959 or before. Possible build problems found: inflating: docbook-xsl-snapshot/slides/schema/xsd/error.xsd inflating: docbook-xsl-snapshot/slides/schema/relaxng/error.rng docbook-xsl-snapshot/slides/schema/xsd/error.xsd docbook-xsl-snapshot/slides/schema/relaxng/error.rng inflating: docbook-xsl-snapshot/slides/schema/xsd/error.xsd inflating: docbook-xsl-snapshot/slides/schema/relaxng/error.rng docbook-xsl-snapshot/slides/schema/xsd/error.xsd docbook-xsl-snapshot/slides/schema/relaxng/error.rng Stopping. ------------------------------------------------------------------------ r9959 | kosek | 2015-01-08 18:10:23 +0000 (Thu, 08 Jan 2015) | 1 line Updated before publication ------------------------------------------------------------------------ For further details about the code changes in this revision, see: http://docbook.svn.sf.net/docbook/?rev=9959&view=rev The complete log file for the r9959 build follows. ----------------------------------------------------------------- Thu Jan 8 19:00:17 UTC 2015 REVISION=9959 Thu Jan 8 19:00:17 UTC 2015 Building xsl distribution... make: Entering directory `/opt/buildtree/docbook/xsl' for i in common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions xhtml xhtml-1_1 webhelp xhtml5 epub3 __bogus__; do \ if [ $i != __bogus__ ] ; then \ echo "make -C $i"; make -C $i; \ fi \ done make -C common make[1]: Entering directory `/opt/buildtree/docbook/xsl/common' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/common' make -C lib make[1]: Entering directory `/opt/buildtree/docbook/xsl/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/lib' make -C html make[1]: Entering directory `/opt/buildtree/docbook/xsl/html' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/html' make -C fo make[1]: Entering directory `/opt/buildtree/docbook/xsl/fo' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/fo' make -C manpages make[1]: Entering directory `/opt/buildtree/docbook/xsl/manpages' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/manpages' make -C htmlhelp make[1]: Entering directory `/opt/buildtree/docbook/xsl/htmlhelp' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/htmlhelp' make -C javahelp make[1]: Entering directory `/opt/buildtree/docbook/xsl/javahelp' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/javahelp' make -C eclipse make[1]: Entering directory `/opt/buildtree/docbook/xsl/eclipse' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/eclipse' make -C roundtrip make[1]: Entering directory `/opt/buildtree/docbook/xsl/roundtrip' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/roundtrip' make -C slides make[1]: Entering directory `/opt/buildtree/docbook/xsl/slides' for d in schema images fo xhtml; do \ make -C $d; \ done make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/schema' for d in relaxng xsd; do \ make -C $d; \ done make[3]: Entering directory `/opt/buildtree/docbook/xsl/slides/schema/relaxng' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/buildtree/docbook/xsl/slides/schema/relaxng' make[3]: Entering directory `/opt/buildtree/docbook/xsl/slides/schema/xsd' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/buildtree/docbook/xsl/slides/schema/xsd' make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/schema' make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/images' cp ../slidy/graphics/face* ./ cd callouts && make all make[3]: Entering directory `/opt/buildtree/docbook/xsl/slides/images/callouts' /bin/sh ./gen.sh make[3]: Leaving directory `/opt/buildtree/docbook/xsl/slides/images/callouts' make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/images' make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/fo' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/fo' make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/xhtml' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/xhtml' make[1]: Leaving directory `/opt/buildtree/docbook/xsl/slides' make -C website make[1]: Entering directory `/opt/buildtree/docbook/xsl/website' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/website' make -C extensions make[1]: Entering directory `/opt/buildtree/docbook/xsl/extensions' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/extensions' make -C xhtml make[1]: Entering directory `/opt/buildtree/docbook/xsl/xhtml' for f in *.xsl; do if [ ! -f ../html/$f -a "$f" != "html2xhtml.xsl" ]; then rm $f; fi; done rm -f docbook.css.xml for f in ../html/*.xsl; do if [ ! -f `basename $f` ]; then \ echo "copying $f"; \ cp $f .; \ touch -t 197001010000 `basename $f`; fi; done cp ../html/docbook.css.xml . for f in *.xsl; do \ if [ ../html/$f -nt $f ]; then \ echo "transforming $f"; \ /opt/buildtree/docbook/buildtools/xslt -xsltproc ../html/$f html2xhtml.xsl $f; \ fi; \ done # Also Generate special docbook-no-doctype.xsl file /opt/buildtree/docbook/buildtools/xslt -xsltproc ../html/docbook.xsl html2xhtml.xsl docbook-no-doctype.xsl \ include.output.doctype=0 ; \ make[1]: Leaving directory `/opt/buildtree/docbook/xsl/xhtml' make -C xhtml-1_1 make[1]: Entering directory `/opt/buildtree/docbook/xsl/xhtml-1_1' for f in *.xsl; do if [ ! -f ../html/$f -a "$f" != "html2xhtml.xsl" ]; then rm $f; fi; done rm -f docbook.css.xml for f in ../html/*.xsl; do if [ ! -f `basename $f` ]; then \ echo $f; \ cp $f .; \ touch -t 197001010000 `basename $f`; fi; done cp ../html/docbook.css.xml . for f in *.xsl; do if [ ../html/$f -nt $f ]; then /opt/buildtree/docbook/buildtools/xslt -xsltproc ../html/$f html2xhtml.xsl $f; fi; done make[1]: Leaving directory `/opt/buildtree/docbook/xsl/xhtml-1_1' make -C webhelp make[1]: Entering directory `/opt/buildtree/docbook/xsl/webhelp' rm -rf docs mkdir -p docs cp -r template/common docs test ! -d docsrc/images/ || cp -r docsrc/images docs/images cp template/favicon.ico docs/ xsltproc --xinclude --output xincluded-profiled.xml \ --stringparam profile.os "linux" \ ../profiling/profile.xsl \ docsrc/readme.xml xsltproc xsl/webhelp.xsl xincluded-profiled.xml WARNING: cannot add @xml:base to node set root element. Relative paths may not work. language: en Note: namesp. cut : stripped namespace before processing README: Web-based Help from DocBook XML WARNING: cannot add @xml:base to node set root element. Relative paths may not work. language: en Writing docs/ch01.html for chapter Writing docs/ch02s01.html for section Writing docs/ch02s02s01.html for section Writing docs/ch02s02.html for section Writing docs/ch02s03.html for section Writing docs/ch02s04.html for section Writing docs/ch02s05.html for section Writing docs/ch02.html for chapter Writing docs/ch03s01.html for section Writing docs/ch03s02s01.html for section Writing docs/ch03s02.html for section Writing docs/ch03.html for chapter Writing docs/ch04.html for chapter Writing docs/ch05s01.html for section Writing docs/ch05s02.html for section Writing docs/ch05.html for chapter Writing docs/ix01.html for index Writing docs/index.html for book Writing docs/search/l10n.js Writing docs/search/l10n.js rm xincluded-profiled.xml java \ -DhtmlDir=docs \ -DindexerLanguage=en \ -DhtmlExtension=html \ -DdoStem=true \ -DindexerExcludedFiles=ix01.html \ -Dorg.xml.sax.driver=org.ccil.cowan.tagsoup.Parser \ -Djavax.xml.parsers.SAXParserFactory=org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl \ -classpath ..//extensions/webhelpindexer.jar:..//extensions/tagsoup-1.2.1.jar:..//extensions/lucene-analyzers-3.0.0.jar:..//extensions/lucene-core-3.0.0.jar \ com.nexwave.nquindexer.IndexerMain Stemming enabled The created index files are located in docs/search Indexed the contents in 2 seconds cp -r template/search/* docs/search make[1]: Leaving directory `/opt/buildtree/docbook/xsl/webhelp' make -C xhtml5 make[1]: Entering directory `/opt/buildtree/docbook/xsl/xhtml5' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/xhtml5' make -C epub3 make[1]: Entering directory `/opt/buildtree/docbook/xsl/epub3' make[1]: `titlepage.templates.xsl' is up to date. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/epub3' make -C docsrc release-clean make[1]: Entering directory `/opt/buildtree/docbook/xsl/docsrc' rm -f ../html/param.xml ../fo/param.xml ../manpages/param.xml ../roundtrip/param.xml ../slides/fo/param.xml ../slides/xhtml/param.xml ../website/param.xml rm -f ../lib/lib.xml rm -f ../html/pi.xml ../fo/pi.xml ../manpages/pi.xml ../common/pi.xml rm -f ../common/common.xml ../common/utility.xml ../common/refentry.xml ../common/charmap.xml ../template/titlepage.xml ../fo/table.xml rm -f reference.xml.included rm -f reference.xml.included.tmp rm -f /opt/buildtree/docbook/xsl/tools/xsl/build/docbook-elements.xsl rm -f /opt/buildtree/docbook/xsl/tools/xsl/build/xsl-params.xsl make[1]: Leaving directory `/opt/buildtree/docbook/xsl/docsrc' make -C docsrc make[1]: Entering directory `/opt/buildtree/docbook/xsl/docsrc' make -C ../html/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/html' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/html' make -C ../fo/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/fo' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/fo' make -C ../manpages/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/manpages' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/manpages' make -C ../roundtrip/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/roundtrip' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/roundtrip' make -C ../slides/fo/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/fo' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/fo' make -C ../slides/xhtml/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/slides/xhtml' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/slides/xhtml' make -C ../website/ param.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/website' /opt/buildtree/docbook/buildtools/xslt -xsltproc .param.xmlid ../tools/xsl/build/id-to-xmlid.xsl > param.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/website' make -C ../lib lib.xml make[2]: Entering directory `/opt/buildtree/docbook/xsl/lib' /opt/buildtree/docbook/buildtools/xslt -xsltproc .lib.xmlid ../tools/xsl/build/id-to-xmlid.xsl > lib.xml make[2]: Leaving directory `/opt/buildtree/docbook/xsl/lib' /opt/buildtree/docbook/buildtools/xslt -xsltproc ../html/pi.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../html/pi.xml.tmp Writing ../html/pi.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../html/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../html/pi.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../html/pi.xml rm -f ../html/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../fo/pi.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../fo/pi.xml.tmp Writing ../fo/pi.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../fo/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../fo/pi.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../fo/pi.xml rm -f ../fo/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../manpages/pi.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../manpages/pi.xml.tmp Writing ../manpages/pi.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../manpages/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../manpages/pi.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../manpages/pi.xml rm -f ../manpages/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/pi.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../common/pi.xml.tmp Writing ../common/pi.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../common/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/pi.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../common/pi.xml rm -f ../common/pi.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/common.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../common/common.xml.tmp Writing ../common/common.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../common/common.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/common.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../common/common.xml rm -f ../common/common.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/utility.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../common/utility.xml.tmp Writing ../common/utility.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../common/utility.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/utility.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../common/utility.xml rm -f ../common/utility.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/refentry.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../common/refentry.xml.tmp Writing ../common/refentry.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../common/refentry.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/refentry.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../common/refentry.xml rm -f ../common/refentry.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/charmap.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../common/charmap.xml.tmp Writing ../common/charmap.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../common/charmap.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../common/charmap.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../common/charmap.xml rm -f ../common/charmap.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../template/titlepage.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../template/titlepage.xml.tmp Writing ../template/titlepage.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../template/titlepage.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../template/titlepage.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../template/titlepage.xml rm -f ../template/titlepage.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../fo/table.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl2jref.xsl /dev/null output-file=../fo/table.xml.tmp Writing ../fo/table.xml.tmp /opt/buildtree/docbook/buildtools/xjparse -E 0 -w ../fo/table.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc ../fo/table.xml.tmp /opt/buildtree/docbook/xsl/tools/xsl/build/jref2refsect1.xsl ../fo/table.xml rm -f ../fo/table.xml.tmp /opt/buildtree/docbook/buildtools/xslt -xsltproc /opt/buildtree/docbook/releasetools/docbook.rng /opt/buildtree/docbook/xsl/tools/xsl/build/make-elements.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/docbook-elements.xsl /opt/buildtree/docbook/buildtools/xslt -xsltproc /opt/buildtree/docbook/xsl/tools/xsl/build/make-xsl-params.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/make-xsl-params.xsl /opt/buildtree/docbook/xsl/tools/xsl/build/xsl-params.xsl make[1]: Leaving directory `/opt/buildtree/docbook/xsl/docsrc' make -C doc RELVER=snapshot_9959 make[1]: Entering directory `/opt/buildtree/docbook/xsl/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/buildtree/docbook/xsl/doc' svn info --xml \ | xmllint --noent --format - > .svninfo.xml svn log --xml --verbose \ -r HEAD:9732 \ svn://svn.code.sf.net/p/docbook/code/trunk/ \ xsl gentext xsl-saxon xsl-xalan xsl-libxslt xsl-webhelpindexer \ | xmllint --noent --format - > ChangeLog.xml /opt/buildtree/docbook/buildtools/xslt -xsltproc ChangeLog.xml /opt/buildtree/docbook/releasetools/svnlog2docbook.xsl NEWS.xml \ repositoryRoot="svn://svn.code.sf.net/p/docbook/code" \ distroParentUrl="svn://svn.code.sf.net/p/docbook/code/trunk/" \ distro="xsl" \ previous-release="1.78.1" \ release-version="snapshot_9959" \ element.file="/opt/buildtree/docbook/xsl/tools/xsl/build/docbook-elements.xsl" \ param.file="/opt/buildtree/docbook/xsl/tools/xsl/build/xsl-params.xsl" mv NEWS.xml NEWS-4.xml /opt/buildtree/docbook/buildtools/xslt -xsltproc NEWS-4.xml /opt/buildtree/docbook/docbook/relaxng/tools/db4-upgrade.xsl NEWS.xml rm NEWS-4.xml xmllint --noent --xinclude RELEASE-NOTES.xml > RELEASE-NOTES-TMP.xml /opt/buildtree/docbook/buildtools/xslt -xsltproc RELEASE-NOTES-TMP.xml /opt/buildtree/docbook/xsl/tools/xsl/build/doc-link-docbook.xsl RELEASE-NOTES.html \ doc-baseuri="http://docbook.sourceforge.net/release/xsl/current/doc/" \ profile.condition="snapshot" WARNING: cannot add @xml:base to node set root element. Relative paths may not work. Note: namesp. cut : stripped namespace before processing Release Notes for the DocBook XSL Stylesheets WARNING: cannot add @xml:base to node set root element. Relative paths may not work. WARNING: cannot add @xml:base to node set root element. Relative paths may not work. rm -f RELEASE-NOTES-TMP.xml GC_NPROCS=1 w3m -dump RELEASE-NOTES.html > RELEASE-NOTES.txt /opt/buildtree/docbook/buildtools/xslt -xsltproc NEWS.xml /opt/buildtree/docbook/xsl/tools/xsl/build/doc-link-docbook.xsl NEWS.html \ doc-baseuri="http://docbook.sourceforge.net/release/xsl/current/doc/" WARNING: cannot add @xml:base to node set root element. Relative paths may not work. WARNING: cannot add @xml:base to node set root element. Relative paths may not work. Note: namesp. cut : stripped namespace before processing Changes since the 1.78.1 release WARNING: cannot add @xml:base to node set root element. Relative paths may not work. GC_NPROCS=1 w3m -dump NEWS.html > NEWS make: Leaving directory `/opt/buildtree/docbook/xsl' make: Entering directory `/opt/buildtree/docbook/xsl' rm -rf /opt/scratch/docbook-xsl-snapshot rm -f /opt/scratch/tar.exclude rm -f /opt/scratch/docbook-xsl-snapshot.tar.gz rm -f /opt/scratch/docbook-xsl-snapshot.tar.bz2 rm -f /opt/scratch/docbook-xsl-snapshot.zip umask 022; mkdir -p /opt/scratch/docbook-xsl-snapshot touch /opt/scratch/tar.exclude for file in reference.txt.html$ doc/reference.txt$ doc/reference.fo$ doc/reference.pdf$ doc/HTML.manifest$ epub/bin/spec tools/xsl xhtml/html2xhtml.xsl$ xhtml-1_1/html2xhtml.xsl$ Makefile.tests README.BUILD RELEASE-NOTES-PARTIAL.txt .param.dbkns .param.stripped .param.xmlid .lib.dbkns .lib.stripped .lib.xmlid RELEASE-NOTES-TMP.xml svn-commit.tmp; do \ find . -print | grep $file | cut -c3- >> /opt/scratch/tar.exclude; \ done for file in /CVS$ /CVS/ .*/\.svn /debian ~$ \..*\.pyc \#.* \.\#.* prj\.el \.cvsignore \.gitignore Makefile$ Makefile.common Makefile.incl Makefile.param ChangeLog\.xml RELEASE-NOTES\.fo \.make-catalog\.xsl param\.ent$ .*\.xweb$ lib/lib\.xml$ \.announcement-text; do \ find . -print | grep $file | cut -c3- >> /opt/scratch/tar.exclude; \ done for part in doc; do \ find . -print | grep "^./$part/" | cut -c3- >> /opt/scratch/tar.exclude; \ done if [ -f Makefile.tests ]; then \ cp -p Makefile.tests /opt/scratch/docbook-xsl-snapshot/Makefile; \ sed -i -r 's/^Makefile\$$//' /opt/scratch/tar.exclude; \ fi tar cfP - -X /opt/scratch/tar.exclude * .[^.]* | (cd /opt/scratch/docbook-xsl-snapshot; tar xfP -) umask 022; cd /opt/scratch && tar cfP - docbook-xsl-snapshot | gzip > docbook-xsl-snapshot.tar.gz umask 022; cd /opt/scratch && tar cfP - docbook-xsl-snapshot | bzip2 > docbook-xsl-snapshot.tar.bz2 umask 022; cd /opt/scratch && zip -q -rpD docbook-xsl-snapshot.zip docbook-xsl-snapshot rm -f /opt/scratch/tar.exclude for part in doc; do \ dirname=docbook-xsl-snapshot; \ package_name=docbook-xsl-$part-snapshot; \ if [ "$part" = slides ]; then \ dirname=docbook-xsl-ns-snapshot; \ package_name=docbook-xsl-ns-slides-snapshot; \ fi; \ rm -rf /opt/scratch/$dirname; \ rm -f /opt/scratch/tar.exclude; \ rm -f /opt/scratch/$package_name.tar.gz; \ rm -f /opt/scratch/$package_name.tar.bz2; \ rm -f /opt/scratch/$package_name.zip; \ umask 022; mkdir -p /opt/scratch/$dirname; \ touch /opt/scratch/tar.exclude; \ if [ -n "reference.txt.html$ doc/reference.txt$ doc/reference.fo$ doc/reference.pdf$ doc/HTML.manifest$ epub/bin/spec tools/xsl xhtml/html2xhtml.xsl$ xhtml-1_1/html2xhtml.xsl$ Makefile.tests README.BUILD RELEASE-NOTES-PARTIAL.txt .param.dbkns .param.stripped .param.xmlid .lib.dbkns .lib.stripped .lib.xmlid RELEASE-NOTES-TMP.xml svn-commit.tmp" ]; then \ for file in reference.txt.html$ doc/reference.txt$ doc/reference.fo$ doc/reference.pdf$ doc/HTML.manifest$ epub/bin/spec tools/xsl xhtml/html2xhtml.xsl$ xhtml-1_1/html2xhtml.xsl$ Makefile.tests README.BUILD RELEASE-NOTES-PARTIAL.txt .param.dbkns .param.stripped .param.xmlid .lib.dbkns .lib.stripped .lib.xmlid RELEASE-NOTES-TMP.xml svn-commit.tmp; do \ find . -print | grep $file | cut -c3- >> /opt/scratch/tar.exclude; \ done; \ fi; \ for file in /CVS$ /CVS/ .*/\.svn /debian ~$ \..*\.pyc \#.* \.\#.* prj\.el \.cvsignore \.gitignore Makefile$ Makefile.common Makefile.incl Makefile.param ChangeLog\.xml RELEASE-NOTES\.fo \.make-catalog\.xsl param\.ent$ .*\.xweb$ lib/lib\.xml$ \.announcement-text; do \ find . -print | grep $file | cut -c3- >> /opt/scratch/tar.exclude; \ done; \ tar cfP - -X /opt/scratch/tar.exclude --ignore-failed-read $part images | (cd /opt/scratch/$dirname; tar xfP -); \ umask 022; (cd /opt/scratch && \ if [ -d $dirname/images ]; \ then mv $dirname/images $dirname/doc/; \ fi) ; \ umask 022; (cd /opt/scratch && tar cfP - $dirname | gzip > $package_name.tar.gz); \ umask 022; (cd /opt/scratch && tar cfP - $dirname | bzip2 > $package_name.tar.bz2); \ umask 022; (cd /opt/scratch && zip -q -rpD $package_name.zip $dirname); \ rm -f /opt/scratch/tar.exclude; \ done rm -rf /opt/scratch/docbook-xsl-snapshot rm -rf /opt/scratch/docbook-xsl-ns-snapshot rm -f /opt/scratch/docbook-xsl-ns-snapshot.tar.gz rm -f /opt/scratch/docbook-xsl-ns-snapshot.tar.bz2 rm -f /opt/scratch/docbook-xsl-ns-snapshot.zip (cd /opt/scratch && \ unzip /opt/scratch/docbook-xsl-snapshot.zip && \ /opt/buildtree/docbook/releasetools/xslns-build \ docbook-xsl-snapshot \ docbook-xsl-ns-snapshot); Archive: /opt/scratch/docbook-xsl-snapshot.zip inflating: docbook-xsl-snapshot/NEWS.xml inflating: docbook-xsl-snapshot/VERSION inflating: docbook-xsl-snapshot/highlighting/upc-hl.xml inflating: docbook-xsl-snapshot/highlighting/sql2003-hl.xml inflating: docbook-xsl-snapshot/highlighting/javascript-hl.xml inflating: docbook-xsl-snapshot/highlighting/m2-hl.xml inflating: docbook-xsl-snapshot/highlighting/xslthl-config.xml inflating: docbook-xsl-snapshot/highlighting/ini-hl.xml inflating: docbook-xsl-snapshot/highlighting/php-hl.xml inflating: docbook-xsl-snapshot/highlighting/sql1999-hl.xml inflating: docbook-xsl-snapshot/highlighting/ruby-hl.xml inflating: docbook-xsl-snapshot/highlighting/csharp-hl.xml inflating: docbook-xsl-snapshot/highlighting/sql92-hl.xml inflating: docbook-xsl-snapshot/highlighting/css21-hl.xml inflating: docbook-xsl-snapshot/highlighting/python-hl.xml inflating: docbook-xsl-snapshot/highlighting/lua-hl.xml inflating: docbook-xsl-snapshot/highlighting/README inflating: docbook-xsl-snapshot/highlighting/cpp-hl.xml inflating: docbook-xsl-snapshot/highlighting/java-hl.xml inflating: docbook-xsl-snapshot/highlighting/common.xsl inflating: docbook-xsl-snapshot/highlighting/perl-hl.xml inflating: docbook-xsl-snapshot/highlighting/cmake-hl.xml inflating: docbook-xsl-snapshot/highlighting/delphi-hl.xml inflating: docbook-xsl-snapshot/highlighting/bourne-hl.xml inflating: docbook-xsl-snapshot/highlighting/c-hl.xml inflating: docbook-xsl-snapshot/highlighting/tcl-hl.xml inflating: docbook-xsl-snapshot/highlighting/myxml-hl.xml inflating: docbook-xsl-snapshot/Makefile inflating: docbook-xsl-snapshot/xhtml5/docbook.css.xml inflating: docbook-xsl-snapshot/xhtml5/profile-docbook.xsl inflating: docbook-xsl-snapshot/xhtml5/xhtml2xhtml5.xsl inflating: docbook-xsl-snapshot/xhtml5/build.xml inflating: docbook-xsl-snapshot/xhtml5/xhtml-docbook.xsl inflating: docbook-xsl-snapshot/xhtml5/xhtml-profile-docbook.xsl inflating: docbook-xsl-snapshot/xhtml5/chunkfast.xsl inflating: docbook-xsl-snapshot/xhtml5/onechunk.xsl inflating: docbook-xsl-snapshot/xhtml5/chunk.xsl inflating: docbook-xsl-snapshot/xhtml5/README inflating: docbook-xsl-snapshot/xhtml5/docbook.xsl inflating: docbook-xsl-snapshot/xhtml5/html5-element-mods.xsl inflating: docbook-xsl-snapshot/xhtml5/html5-chunk-mods.xsl inflating: docbook-xsl-snapshot/xhtml5/profile-chunk.xsl inflating: docbook-xsl-snapshot/RELEASE-NOTES.html inflating: docbook-xsl-snapshot/COPYING inflating: docbook-xsl-snapshot/html/info.xsl inflating: docbook-xsl-snapshot/html/autoidx-kosek.xsl inflating: docbook-xsl-snapshot/html/division.xsl inflating: docbook-xsl-snapshot/html/autoidx.xsl inflating: docbook-xsl-snapshot/html/docbook.css.xml inflating: docbook-xsl-snapshot/html/glossary.xsl inflating: docbook-xsl-snapshot/html/sections.xsl inflating: docbook-xsl-snapshot/html/chunk-changebars.xsl inflating: docbook-xsl-snapshot/html/callout.xsl inflating: docbook-xsl-snapshot/html/pi.xml inflating: docbook-xsl-snapshot/html/profile-docbook.xsl inflating: docbook-xsl-snapshot/html/component.xsl inflating: docbook-xsl-snapshot/html/highlight.xsl inflating: docbook-xsl-snapshot/html/annotations.xsl inflating: docbook-xsl-snapshot/html/footnote.xsl inflating: docbook-xsl-snapshot/html/chunktoc.xsl inflating: docbook-xsl-snapshot/html/table.xsl inflating: docbook-xsl-snapshot/html/profile-chunk-code.xsl inflating: docbook-xsl-snapshot/html/task.xsl inflating: docbook-xsl-snapshot/html/build.xml inflating: docbook-xsl-snapshot/html/refentry.xsl inflating: docbook-xsl-snapshot/html/synop.xsl inflating: docbook-xsl-snapshot/html/manifest.xsl inflating: docbook-xsl-snapshot/html/biblio-iso690.xsl inflating: docbook-xsl-snapshot/html/param.xml inflating: docbook-xsl-snapshot/html/autoidx-ng.xsl inflating: docbook-xsl-snapshot/html/qandaset.xsl inflating: docbook-xsl-snapshot/html/chunker.xsl inflating: docbook-xsl-snapshot/html/block.xsl inflating: docbook-xsl-snapshot/html/chunk-code.xsl inflating: docbook-xsl-snapshot/html/chunk-common.xsl inflating: docbook-xsl-snapshot/html/math.xsl inflating: docbook-xsl-snapshot/html/html.xsl inflating: docbook-xsl-snapshot/html/chunkfast.xsl inflating: docbook-xsl-snapshot/html/onechunk.xsl inflating: docbook-xsl-snapshot/html/chunk.xsl inflating: docbook-xsl-snapshot/html/lists.xsl inflating: docbook-xsl-snapshot/html/ebnf.xsl inflating: docbook-xsl-snapshot/html/docbook.xsl inflating: docbook-xsl-snapshot/html/param.xsl inflating: docbook-xsl-snapshot/html/autoidx-kimber.xsl inflating: docbook-xsl-snapshot/html/keywords.xsl inflating: docbook-xsl-snapshot/html/htmltbl.xsl inflating: docbook-xsl-snapshot/html/toc.xsl inflating: docbook-xsl-snapshot/html/xref.xsl inflating: docbook-xsl-snapshot/html/titlepage.xsl inflating: docbook-xsl-snapshot/html/titlepage.templates.xml inflating: docbook-xsl-snapshot/html/autotoc.xsl inflating: docbook-xsl-snapshot/html/its.xsl inflating: docbook-xsl-snapshot/html/profile-onechunk.xsl inflating: docbook-xsl-snapshot/html/pi.xsl inflating: docbook-xsl-snapshot/html/oldchunker.xsl inflating: docbook-xsl-snapshot/html/changebars.xsl inflating: docbook-xsl-snapshot/html/maketoc.xsl inflating: docbook-xsl-snapshot/html/verbatim.xsl inflating: docbook-xsl-snapshot/html/index.xsl inflating: docbook-xsl-snapshot/html/inline.xsl inflating: docbook-xsl-snapshot/html/graphics.xsl inflating: docbook-xsl-snapshot/html/formal.xsl inflating: docbook-xsl-snapshot/html/html-rtf.xsl inflating: docbook-xsl-snapshot/html/biblio.xsl inflating: docbook-xsl-snapshot/html/admon.xsl inflating: docbook-xsl-snapshot/html/profile-chunk.xsl inflating: docbook-xsl-snapshot/html/titlepage.templates.xsl inflating: docbook-xsl-snapshot/NEWS inflating: docbook-xsl-snapshot/javahelp/javahelp.xsl inflating: docbook-xsl-snapshot/javahelp/profile-javahelp.xsl inflating: docbook-xsl-snapshot/javahelp/build.xml inflating: docbook-xsl-snapshot/tools/bin/docbook-xsl-update inflating: docbook-xsl-snapshot/tools/licenses/saxon/THAI.txt inflating: docbook-xsl-snapshot/tools/licenses/saxon/LEGAL.txt inflating: docbook-xsl-snapshot/tools/licenses/saxon/JAMESCLARK.txt inflating: docbook-xsl-snapshot/tools/licenses/saxon/CERN.txt inflating: docbook-xsl-snapshot/tools/licenses/saxon/LICENSE.txt inflating: docbook-xsl-snapshot/tools/licenses/saxon/UNICODE.txt inflating: docbook-xsl-snapshot/tools/licenses/jing/copying.html inflating: docbook-xsl-snapshot/tools/licenses/jing/xerces.copying.txt inflating: docbook-xsl-snapshot/tools/licenses/jing/isorelax.copying.txt inflating: docbook-xsl-snapshot/tools/build-shared.xml inflating: docbook-xsl-snapshot/tools/make/Makefile.combine inflating: docbook-xsl-snapshot/tools/make/Makefile.docParam inflating: docbook-xsl-snapshot/tools/make/Makefile.DocBook inflating: docbook-xsl-snapshot/tools/lib/commons-codec-1.3.jar inflating: docbook-xsl-snapshot/tools/lib/jing.jar inflating: docbook-xsl-snapshot/tools/lib/xercesImpl.jar inflating: docbook-xsl-snapshot/tools/lib/saxon.jar inflating: docbook-xsl-snapshot/tools/lib/xmlresolver.jar inflating: docbook-xsl-snapshot/tools/lib/ant-contrib-1.0b3.jar inflating: docbook-xsl-snapshot/tools/lib/xalan.jar inflating: docbook-xsl-snapshot/tools/lib/saxon9he.jar inflating: docbook-xsl-snapshot/tools/lib/jython.jar inflating: docbook-xsl-snapshot/tools/lib/isorelax.jar inflating: docbook-xsl-snapshot/tools/lib/saxon9-ant.jar inflating: docbook-xsl-snapshot/tools/lib/commons-logging-1.1.1.jar inflating: docbook-xsl-snapshot/tools/lib/commons-httpclient-3.1.jar inflating: docbook-xsl-snapshot/tools/lib/xml-apis.jar inflating: docbook-xsl-snapshot/tools/lib/calabash.jar inflating: docbook-xsl-snapshot/common/l10n.xml inflating: docbook-xsl-snapshot/common/af.xml inflating: docbook-xsl-snapshot/common/autoidx-kosek.xsl inflating: docbook-xsl-snapshot/common/entities.ent inflating: docbook-xsl-snapshot/common/he.xml inflating: docbook-xsl-snapshot/common/ar.xml inflating: docbook-xsl-snapshot/common/ko.xml inflating: docbook-xsl-snapshot/common/eu.xml inflating: docbook-xsl-snapshot/common/en.xml inflating: docbook-xsl-snapshot/common/cs.xml inflating: docbook-xsl-snapshot/common/kn.xml inflating: docbook-xsl-snapshot/common/el.xml inflating: docbook-xsl-snapshot/common/pa.xml inflating: docbook-xsl-snapshot/common/pt.xml inflating: docbook-xsl-snapshot/common/sl.xml inflating: docbook-xsl-snapshot/common/mn.xml inflating: docbook-xsl-snapshot/common/zh.xml inflating: docbook-xsl-snapshot/common/tl.xml inflating: docbook-xsl-snapshot/common/es.xml inflating: docbook-xsl-snapshot/common/ur.xml inflating: docbook-xsl-snapshot/common/l10n.xsl inflating: docbook-xsl-snapshot/common/hr.xml inflating: docbook-xsl-snapshot/common/hu.xml inflating: docbook-xsl-snapshot/common/ca.xml inflating: docbook-xsl-snapshot/common/da.xml inflating: docbook-xsl-snapshot/common/it.xml inflating: docbook-xsl-snapshot/common/nn.xml inflating: docbook-xsl-snapshot/common/nb.xml inflating: docbook-xsl-snapshot/common/zh_cn.xml inflating: docbook-xsl-snapshot/common/pi.xml inflating: docbook-xsl-snapshot/common/bn_in.xml inflating: docbook-xsl-snapshot/common/de.xml inflating: docbook-xsl-snapshot/common/insertfile.xsl inflating: docbook-xsl-snapshot/common/th.xml inflating: docbook-xsl-snapshot/common/charmap.xsl inflating: docbook-xsl-snapshot/common/pt_br.xml inflating: docbook-xsl-snapshot/common/table.xsl inflating: docbook-xsl-snapshot/common/as.xml inflating: docbook-xsl-snapshot/common/stripns.xsl inflating: docbook-xsl-snapshot/common/xh.xml inflating: docbook-xsl-snapshot/common/sr_Latn.xml inflating: docbook-xsl-snapshot/common/hi.xml inflating: docbook-xsl-snapshot/common/targets.xsl inflating: docbook-xsl-snapshot/common/ja.xml inflating: docbook-xsl-snapshot/common/build.xml inflating: docbook-xsl-snapshot/common/refentry.xsl inflating: docbook-xsl-snapshot/common/gentext.xsl inflating: docbook-xsl-snapshot/common/eo.xml inflating: docbook-xsl-snapshot/common/bg.xml inflating: docbook-xsl-snapshot/common/zh_tw.xml inflating: docbook-xsl-snapshot/common/tr.xml inflating: docbook-xsl-snapshot/common/or.xml inflating: docbook-xsl-snapshot/common/fi.xml inflating: docbook-xsl-snapshot/common/common.xml inflating: docbook-xsl-snapshot/common/gl.xml inflating: docbook-xsl-snapshot/common/fr.xml inflating: docbook-xsl-snapshot/common/addns.xsl inflating: docbook-xsl-snapshot/common/ml.xml inflating: docbook-xsl-snapshot/common/titles.xsl inflating: docbook-xsl-snapshot/common/nl.xml inflating: docbook-xsl-snapshot/common/charmap.xml inflating: docbook-xsl-snapshot/common/ky.xml inflating: docbook-xsl-snapshot/common/subtitles.xsl inflating: docbook-xsl-snapshot/common/is.xml inflating: docbook-xsl-snapshot/common/sk.xml inflating: docbook-xsl-snapshot/common/et.xml inflating: docbook-xsl-snapshot/common/l10n.dtd inflating: docbook-xsl-snapshot/common/ga.xml inflating: docbook-xsl-snapshot/common/utility.xsl inflating: docbook-xsl-snapshot/common/autoidx-kimber.xsl inflating: docbook-xsl-snapshot/common/pl.xml inflating: docbook-xsl-snapshot/common/targetdatabase.dtd inflating: docbook-xsl-snapshot/common/sv.xml inflating: docbook-xsl-snapshot/common/sq.xml inflating: docbook-xsl-snapshot/common/refentry.xml inflating: docbook-xsl-snapshot/common/utility.xml inflating: docbook-xsl-snapshot/common/id.xml inflating: docbook-xsl-snapshot/common/sr.xml inflating: docbook-xsl-snapshot/common/uk.xml inflating: docbook-xsl-snapshot/common/ru.xml inflating: docbook-xsl-snapshot/common/lt.xml inflating: docbook-xsl-snapshot/common/pi.xsl inflating: docbook-xsl-snapshot/common/la.xml inflating: docbook-xsl-snapshot/common/ka.xml inflating: docbook-xsl-snapshot/common/lv.xml inflating: docbook-xsl-snapshot/common/ast.xml inflating: docbook-xsl-snapshot/common/nds.xml inflating: docbook-xsl-snapshot/common/gu.xml inflating: docbook-xsl-snapshot/common/ta.xml inflating: docbook-xsl-snapshot/common/common.xsl inflating: docbook-xsl-snapshot/common/am.xml inflating: docbook-xsl-snapshot/common/ro.xml inflating: docbook-xsl-snapshot/common/vi.xml inflating: docbook-xsl-snapshot/common/te.xml inflating: docbook-xsl-snapshot/common/bs.xml inflating: docbook-xsl-snapshot/common/olink.xsl inflating: docbook-xsl-snapshot/common/az.xml inflating: docbook-xsl-snapshot/common/fa.xml inflating: docbook-xsl-snapshot/common/labels.xsl inflating: docbook-xsl-snapshot/common/cy.xml inflating: docbook-xsl-snapshot/common/bn.xml inflating: docbook-xsl-snapshot/common/mr.xml inflating: docbook-xsl-snapshot/install.sh inflating: docbook-xsl-snapshot/extensions/webhelpindexer.jar inflating: docbook-xsl-snapshot/extensions/saxon65.jar inflating: docbook-xsl-snapshot/extensions/NOTICE.txt inflating: docbook-xsl-snapshot/extensions/README.txt inflating: docbook-xsl-snapshot/extensions/build.xml inflating: docbook-xsl-snapshot/extensions/xslt.py inflating: docbook-xsl-snapshot/extensions/README.LIBXSLT inflating: docbook-xsl-snapshot/extensions/xalan27.jar inflating: docbook-xsl-snapshot/extensions/LICENSE.txt inflating: docbook-xsl-snapshot/extensions/docbook.py inflating: docbook-xsl-snapshot/extensions/lucene-analyzers-3.0.0.jar inflating: docbook-xsl-snapshot/extensions/lucene-core-3.0.0.jar inflating: docbook-xsl-snapshot/extensions/tagsoup-1.2.1.jar inflating: docbook-xsl-snapshot/epub/bin/dbtoepub inflating: docbook-xsl-snapshot/epub/bin/xslt/obfuscate.xsl inflating: docbook-xsl-snapshot/epub/bin/lib/docbook.rb inflating: docbook-xsl-snapshot/epub/README inflating: docbook-xsl-snapshot/epub/docbook.xsl inflating: docbook-xsl-snapshot/build.xml inflating: docbook-xsl-snapshot/fo/pagesetup.xsl inflating: docbook-xsl-snapshot/fo/info.xsl inflating: docbook-xsl-snapshot/fo/autoidx-kosek.xsl inflating: docbook-xsl-snapshot/fo/pdf2index inflating: docbook-xsl-snapshot/fo/division.xsl inflating: docbook-xsl-snapshot/fo/autoidx.xsl inflating: docbook-xsl-snapshot/fo/fop.xsl inflating: docbook-xsl-snapshot/fo/glossary.xsl inflating: docbook-xsl-snapshot/fo/sections.xsl inflating: docbook-xsl-snapshot/fo/callout.xsl inflating: docbook-xsl-snapshot/fo/pi.xml inflating: docbook-xsl-snapshot/fo/profile-docbook.xsl inflating: docbook-xsl-snapshot/fo/component.xsl inflating: docbook-xsl-snapshot/fo/highlight.xsl inflating: docbook-xsl-snapshot/fo/spaces.xsl inflating: docbook-xsl-snapshot/fo/annotations.xsl inflating: docbook-xsl-snapshot/fo/footnote.xsl inflating: docbook-xsl-snapshot/fo/ptc.xsl inflating: docbook-xsl-snapshot/fo/table.xsl inflating: docbook-xsl-snapshot/fo/table.xml inflating: docbook-xsl-snapshot/fo/task.xsl inflating: docbook-xsl-snapshot/fo/build.xml inflating: docbook-xsl-snapshot/fo/refentry.xsl inflating: docbook-xsl-snapshot/fo/synop.xsl inflating: docbook-xsl-snapshot/fo/biblio-iso690.xsl inflating: docbook-xsl-snapshot/fo/param.xml inflating: docbook-xsl-snapshot/fo/autoidx-ng.xsl inflating: docbook-xsl-snapshot/fo/qandaset.xsl inflating: docbook-xsl-snapshot/fo/block.xsl inflating: docbook-xsl-snapshot/fo/math.xsl inflating: docbook-xsl-snapshot/fo/fo-rtf.xsl inflating: docbook-xsl-snapshot/fo/axf.xsl inflating: docbook-xsl-snapshot/fo/passivetex.xsl inflating: docbook-xsl-snapshot/fo/fop1.xsl inflating: docbook-xsl-snapshot/fo/lists.xsl inflating: docbook-xsl-snapshot/fo/ebnf.xsl inflating: docbook-xsl-snapshot/fo/docbook.xsl inflating: docbook-xsl-snapshot/fo/param.xsl inflating: docbook-xsl-snapshot/fo/autoidx-kimber.xsl inflating: docbook-xsl-snapshot/fo/keywords.xsl inflating: docbook-xsl-snapshot/fo/xep.xsl inflating: docbook-xsl-snapshot/fo/fo.xsl inflating: docbook-xsl-snapshot/fo/htmltbl.xsl inflating: docbook-xsl-snapshot/fo/toc.xsl inflating: docbook-xsl-snapshot/fo/xref.xsl inflating: docbook-xsl-snapshot/fo/titlepage.xsl inflating: docbook-xsl-snapshot/fo/titlepage.templates.xml inflating: docbook-xsl-snapshot/fo/autotoc.xsl inflating: docbook-xsl-snapshot/fo/pi.xsl inflating: docbook-xsl-snapshot/fo/verbatim.xsl inflating: docbook-xsl-snapshot/fo/index.xsl inflating: docbook-xsl-snapshot/fo/inline.xsl inflating: docbook-xsl-snapshot/fo/graphics.xsl inflating: docbook-xsl-snapshot/fo/formal.xsl inflating: docbook-xsl-snapshot/fo/biblio.xsl inflating: docbook-xsl-snapshot/fo/admon.xsl inflating: docbook-xsl-snapshot/fo/titlepage.templates.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/info.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/autoidx-kosek.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/division.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/autoidx.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/docbook.css.xml inflating: docbook-xsl-snapshot/xhtml-1_1/glossary.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/sections.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunk-changebars.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/callout.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/profile-docbook.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/component.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/highlight.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/annotations.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/footnote.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunktoc.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/table.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/profile-chunk-code.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/task.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/build.xml inflating: docbook-xsl-snapshot/xhtml-1_1/refentry.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/synop.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/manifest.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/biblio-iso690.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/autoidx-ng.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/qandaset.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunker.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/block.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunk-code.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunk-common.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/math.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/html.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunkfast.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/onechunk.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/chunk.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/lists.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/ebnf.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/docbook.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/param.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/autoidx-kimber.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/keywords.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/htmltbl.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/toc.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/xref.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/titlepage.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/autotoc.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/its.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/profile-onechunk.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/pi.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/oldchunker.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/changebars.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/maketoc.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/verbatim.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/index.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/inline.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/graphics.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/formal.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/html-rtf.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/biblio.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/admon.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/profile-chunk.xsl inflating: docbook-xsl-snapshot/xhtml-1_1/titlepage.templates.xsl inflating: docbook-xsl-snapshot/xhtml/info.xsl inflating: docbook-xsl-snapshot/xhtml/autoidx-kosek.xsl inflating: docbook-xsl-snapshot/xhtml/division.xsl inflating: docbook-xsl-snapshot/xhtml/autoidx.xsl inflating: docbook-xsl-snapshot/xhtml/docbook.css.xml inflating: docbook-xsl-snapshot/xhtml/docbook-no-doctype.xsl inflating: docbook-xsl-snapshot/xhtml/glossary.xsl inflating: docbook-xsl-snapshot/xhtml/sections.xsl inflating: docbook-xsl-snapshot/xhtml/chunk-changebars.xsl inflating: docbook-xsl-snapshot/xhtml/callout.xsl inflating: docbook-xsl-snapshot/xhtml/profile-docbook.xsl inflating: docbook-xsl-snapshot/xhtml/component.xsl inflating: docbook-xsl-snapshot/xhtml/highlight.xsl inflating: docbook-xsl-snapshot/xhtml/annotations.xsl inflating: docbook-xsl-snapshot/xhtml/footnote.xsl inflating: docbook-xsl-snapshot/xhtml/chunktoc.xsl inflating: docbook-xsl-snapshot/xhtml/table.xsl inflating: docbook-xsl-snapshot/xhtml/profile-chunk-code.xsl inflating: docbook-xsl-snapshot/xhtml/task.xsl inflating: docbook-xsl-snapshot/xhtml/build.xml inflating: docbook-xsl-snapshot/xhtml/refentry.xsl inflating: docbook-xsl-snapshot/xhtml/synop.xsl inflating: docbook-xsl-snapshot/xhtml/manifest.xsl inflating: docbook-xsl-snapshot/xhtml/biblio-iso690.xsl inflating: docbook-xsl-snapshot/xhtml/autoidx-ng.xsl inflating: docbook-xsl-snapshot/xhtml/qandaset.xsl inflating: docbook-xsl-snapshot/xhtml/chunker.xsl inflating: docbook-xsl-snapshot/xhtml/block.xsl inflating: docbook-xsl-snapshot/xhtml/chunk-code.xsl inflating: docbook-xsl-snapshot/xhtml/chunk-common.xsl inflating: docbook-xsl-snapshot/xhtml/math.xsl inflating: docbook-xsl-snapshot/xhtml/html.xsl inflating: docbook-xsl-snapshot/xhtml/chunkfast.xsl inflating: docbook-xsl-snapshot/xhtml/onechunk.xsl inflating: docbook-xsl-snapshot/xhtml/chunk.xsl inflating: docbook-xsl-snapshot/xhtml/lists.xsl inflating: docbook-xsl-snapshot/xhtml/ebnf.xsl inflating: docbook-xsl-snapshot/xhtml/docbook.xsl inflating: docbook-xsl-snapshot/xhtml/param.xsl inflating: docbook-xsl-snapshot/xhtml/autoidx-kimber.xsl inflating: docbook-xsl-snapshot/xhtml/keywords.xsl inflating: docbook-xsl-snapshot/xhtml/htmltbl.xsl inflating: docbook-xsl-snapshot/xhtml/toc.xsl inflating: docbook-xsl-snapshot/xhtml/xref.xsl inflating: docbook-xsl-snapshot/xhtml/titlepage.xsl inflating: docbook-xsl-snapshot/xhtml/titlepage.templates.xml inflating: docbook-xsl-snapshot/xhtml/autotoc.xsl inflating: docbook-xsl-snapshot/xhtml/its.xsl inflating: docbook-xsl-snapshot/xhtml/profile-onechunk.xsl inflating: docbook-xsl-snapshot/xhtml/pi.xsl inflating: docbook-xsl-snapshot/xhtml/oldchunker.xsl inflating: docbook-xsl-snapshot/xhtml/changebars.xsl inflating: docbook-xsl-snapshot/xhtml/maketoc.xsl inflating: docbook-xsl-snapshot/xhtml/verbatim.xsl inflating: docbook-xsl-snapshot/xhtml/index.xsl inflating: docbook-xsl-snapshot/xhtml/inline.xsl inflating: docbook-xsl-snapshot/xhtml/graphics.xsl inflating: docbook-xsl-snapshot/xhtml/formal.xsl inflating: docbook-xsl-snapshot/xhtml/html-rtf.xsl inflating: docbook-xsl-snapshot/xhtml/biblio.xsl inflating: docbook-xsl-snapshot/xhtml/admon.xsl inflating: docbook-xsl-snapshot/xhtml/profile-chunk.xsl inflating: docbook-xsl-snapshot/xhtml/titlepage.templates.xsl extracting: docbook-xsl-snapshot/REVISION inflating: docbook-xsl-snapshot/slides/schema/xsd/markup.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/gui.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/tasks.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/technical.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/docbook.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/core.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/msgset.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/slides.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/pool.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/qandaset.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/bibliography.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/math.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/refsect1.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/sect1.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/topic.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/keyboard.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/toc.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/refentry.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/htmltbl.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/error.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/index.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/annotations.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/calstbl.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/product.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/svg.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/hier.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/xlink1.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/mathml.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/docbook1.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/os.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/db.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/admonitions.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/callouts.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/ebnf.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/glossary.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/xlink.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/xml.xsd inflating: docbook-xsl-snapshot/slides/schema/xsd/programming.xsd inflating: docbook-xsl-snapshot/slides/schema/relaxng/docbook.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/htmltbl.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/toc.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/bibliography.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/markup.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/programming.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/tasks.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/topic.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/callouts.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/ebnf.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/refentry.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/refsect1.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/os.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/annotations.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/index.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/slides.rnc inflating: docbook-xsl-snapshot/slides/schema/relaxng/svg.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/technical.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/core.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/qandaset.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/hier.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/calstbl.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/msgset.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/glossary.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/product.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/mathml.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/math.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/pool.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/xlink.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/slides.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/gui.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/docbook1.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/keyboard.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/sect1.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/admonitions.rng inflating: docbook-xsl-snapshot/slides/schema/relaxng/error.rng inflating: docbook-xsl-snapshot/slides/tools/dbs3-upgrade.xsl inflating: docbook-xsl-snapshot/slides/common/common.xsl inflating: docbook-xsl-snapshot/slides/fo/plain-titlepage.xml inflating: docbook-xsl-snapshot/slides/fo/plain-titlepage.xsl inflating: docbook-xsl-snapshot/slides/fo/param.xml inflating: docbook-xsl-snapshot/slides/fo/param.xsl inflating: docbook-xsl-snapshot/slides/fo/plain.xsl inflating: docbook-xsl-snapshot/slides/xhtml/plain-titlepage.xml inflating: docbook-xsl-snapshot/slides/xhtml/plain-titlepage.xsl inflating: docbook-xsl-snapshot/slides/xhtml/slidy.xsl inflating: docbook-xsl-snapshot/slides/xhtml/param.xml inflating: docbook-xsl-snapshot/slides/xhtml/param.xsl inflating: docbook-xsl-snapshot/slides/xhtml/s5.xsl inflating: docbook-xsl-snapshot/slides/xhtml/plain.xsl inflating: docbook-xsl-snapshot/slides/README inflating: docbook-xsl-snapshot/slides/s5/pix/mememe03.png inflating: docbook-xsl-snapshot/slides/s5/pix/mememe04.png inflating: docbook-xsl-snapshot/slides/s5/pix/S502.jpg inflating: docbook-xsl-snapshot/slides/s5/pix/mememe05.png inflating: docbook-xsl-snapshot/slides/s5/pix/mememe01.png inflating: docbook-xsl-snapshot/slides/s5/pix/mememe02.png inflating: docbook-xsl-snapshot/slides/s5/pix/S503.jpg inflating: docbook-xsl-snapshot/slides/s5/pix/s5filemap.png inflating: docbook-xsl-snapshot/slides/s5/pix/S501.jpg inflating: docbook-xsl-snapshot/slides/s5/pix/S504.jpg inflating: docbook-xsl-snapshot/slides/s5/ui/s5-notes.html inflating: docbook-xsl-snapshot/slides/s5/ui/default/slides.js inflating: docbook-xsl-snapshot/slides/s5/ui/default/framing.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/bodybg.gif inflating: docbook-xsl-snapshot/slides/s5/ui/default/slides.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/pretty.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/opera.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/blank.gif inflating: docbook-xsl-snapshot/slides/s5/ui/default/print.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/iepngfix.htc inflating: docbook-xsl-snapshot/slides/s5/ui/default/notes.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/outline.css inflating: docbook-xsl-snapshot/slides/s5/ui/default/s5-core.css inflating: docbook-xsl-snapshot/slides/s5/ui/bg-shade.png inflating: docbook-xsl-snapshot/slides/s5/index-osf.html inflating: docbook-xsl-snapshot/slides/s5/index-xoxo.html inflating: docbook-xsl-snapshot/slides/images/callouts/30.svg inflating: docbook-xsl-snapshot/slides/images/callouts/11.png inflating: docbook-xsl-snapshot/slides/images/callouts/16.svg inflating: docbook-xsl-snapshot/slides/images/callouts/13.svg inflating: docbook-xsl-snapshot/slides/images/callouts/4.svg inflating: docbook-xsl-snapshot/slides/images/callouts/2.png inflating: docbook-xsl-snapshot/slides/images/callouts/18.png inflating: docbook-xsl-snapshot/slides/images/callouts/6.png inflating: docbook-xsl-snapshot/slides/images/callouts/28.png inflating: docbook-xsl-snapshot/slides/images/callouts/19.png inflating: docbook-xsl-snapshot/slides/images/callouts/9.png inflating: docbook-xsl-snapshot/slides/images/callouts/1.png inflating: docbook-xsl-snapshot/slides/images/callouts/15.svg inflating: docbook-xsl-snapshot/slides/images/callouts/18.svg inflating: docbook-xsl-snapshot/slides/images/callouts/8.svg inflating: docbook-xsl-snapshot/slides/images/callouts/7.png inflating: docbook-xsl-snapshot/slides/images/callouts/7.svg inflating: docbook-xsl-snapshot/slides/images/callouts/30.png inflating: docbook-xsl-snapshot/slides/images/callouts/21.svg inflating: docbook-xsl-snapshot/slides/images/callouts/20.png inflating: docbook-xsl-snapshot/slides/images/callouts/28.svg inflating: docbook-xsl-snapshot/slides/images/callouts/12.png inflating: docbook-xsl-snapshot/slides/images/callouts/24.png inflating: docbook-xsl-snapshot/slides/images/callouts/29.svg inflating: docbook-xsl-snapshot/slides/images/callouts/20.svg inflating: docbook-xsl-snapshot/slides/images/callouts/17.svg inflating: docbook-xsl-snapshot/slides/images/callouts/14.png inflating: docbook-xsl-snapshot/slides/images/callouts/26.svg inflating: docbook-xsl-snapshot/slides/images/callouts/26.png inflating: docbook-xsl-snapshot/slides/images/callouts/4.png inflating: docbook-xsl-snapshot/slides/images/callouts/13.png inflating: docbook-xsl-snapshot/slides/images/callouts/12.svg inflating: docbook-xsl-snapshot/slides/images/callouts/14.svg inflating: docbook-xsl-snapshot/slides/images/callouts/gen.sh inflating: docbook-xsl-snapshot/slides/images/callouts/3.png inflating: docbook-xsl-snapshot/slides/images/callouts/21.png inflating: docbook-xsl-snapshot/slides/images/callouts/25.svg inflating: docbook-xsl-snapshot/slides/images/callouts/8.png inflating: docbook-xsl-snapshot/slides/images/callouts/11.svg inflating: docbook-xsl-snapshot/slides/images/callouts/5.png inflating: docbook-xsl-snapshot/slides/images/callouts/15.png inflating: docbook-xsl-snapshot/slides/images/callouts/17.png inflating: docbook-xsl-snapshot/slides/images/callouts/23.png inflating: docbook-xsl-snapshot/slides/images/callouts/27.png inflating: docbook-xsl-snapshot/slides/images/callouts/5.svg inflating: docbook-xsl-snapshot/slides/images/callouts/24.svg inflating: docbook-xsl-snapshot/slides/images/callouts/29.png inflating: docbook-xsl-snapshot/slides/images/callouts/10.svg inflating: docbook-xsl-snapshot/slides/images/callouts/22.svg inflating: docbook-xsl-snapshot/slides/images/callouts/1.svg inflating: docbook-xsl-snapshot/slides/images/callouts/23.svg inflating: docbook-xsl-snapshot/slides/images/callouts/16.png inflating: docbook-xsl-snapshot/slides/images/callouts/22.png inflating: docbook-xsl-snapshot/slides/images/callouts/19.svg inflating: docbook-xsl-snapshot/slides/images/callouts/2.svg inflating: docbook-xsl-snapshot/slides/images/callouts/9.svg inflating: docbook-xsl-snapshot/slides/images/callouts/10.png inflating: docbook-xsl-snapshot/slides/images/callouts/25.png inflating: docbook-xsl-snapshot/slides/images/callouts/6.svg inflating: docbook-xsl-snapshot/slides/images/callouts/27.svg inflating: docbook-xsl-snapshot/slides/images/callouts/3.svg extracting: docbook-xsl-snapshot/slides/images/face4.gif inflating: docbook-xsl-snapshot/slides/images/face2.gif extracting: docbook-xsl-snapshot/slides/images/face3.gif inflating: docbook-xsl-snapshot/slides/images/face1.gif inflating: docbo... [truncated message content] |