]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Due to package upgrades (docbook, passivetex), removed some
authorDonna Robinson <donna@terpsichore.ws>
Fri, 25 Nov 2005 05:36:48 +0000 (05:36 +0000)
committerDonna Robinson <donna@terpsichore.ws>
Fri, 25 Nov 2005 05:36:48 +0000 (05:36 +0000)
commit2022dbf52c89a9b039cdda5b76f89293b8c9faa9
treec9ef124799b9cc4a22d169c52038d12ee8b392d6
parentbdb97a62eb2978c7b9ff583f4f3702fe9eb2d75f
Due to package upgrades (docbook, passivetex), removed some
bug-patches and created some new ones in the stylesheets.
Also tweaked some files to structure the xml properly.
The FAQ and the Quick-Start are now 'articles' inside a book-wrapper,
which is as it should be.

FAQ.xml
- due to various passivetex bug fixes, the faq is now a properly
  structured xml qandaset document

quick-start-guide.xml:
manual.xml
- Fixed some passivetex-workaround kludges:
  legalnotice -> author

manual-core.xml:
For readability, added '<command>' to varlistentry items
since passivetex (sigh) will no longer indent the para text.

index.xml:
- loads of white-space readability tweaks here and there.

tech-docs.xml
dist-docs.xml
manual.xml
- additional entries to <bookinfo> for compatability with
  the rest of the docs.

/docs/Makefile.am
- added stuff to use the new vg-faq2txt.xsl stylesheet

/docs/lib/Makefile.am
- updated to reflect current contents of /docs/lib/
- removed refs to vg-html-single as is never ever used

/docs/lib/vg-fo.xsl
- massively updated to reflect losing old bugs and gaining new ones

/docs/lib/vg-common.xsl
- deleted as only contained two lines common to html and fo,
  so not worth the bother of hauling around

/docs/lib/vg-html-chunk.xsl
- added what was in vg-common.xsl

/docs/lib/line-wrap.xsl
/docs/lib/faq2text.xsl
- two new stylesheet files for transforming FAQ.xml to FAQ.txt

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5234
23 files changed:
docs/Makefile.am
docs/lib/Makefile.am
docs/lib/README_XML2TXT.txt [deleted file]
docs/lib/copy.xslt [deleted file]
docs/lib/docbook2text.xslt [deleted file]
docs/lib/line-wrap.xsl [new file with mode: 0644]
docs/lib/str.dup.xslt [deleted file]
docs/lib/str.find-last.xslt [deleted file]
docs/lib/text.justify.xslt [deleted file]
docs/lib/text.wrap.xslt [deleted file]
docs/lib/untag-inline.xslt [deleted file]
docs/lib/vg-common.xsl [deleted file]
docs/lib/vg-faq2txt.xsl [new file with mode: 0644]
docs/lib/vg-fo.xsl
docs/lib/vg-html-chunk.xsl
docs/lib/vg-html-single.xsl [deleted file]
docs/xml/FAQ.xml
docs/xml/dist-docs.xml
docs/xml/index.xml
docs/xml/manual-core.xml
docs/xml/manual.xml
docs/xml/quick-start-guide.xml
docs/xml/tech-docs.xml