The command used was:
svn up; svn merge -r28035:28036 svn+ssh://bugman@.../svn/relax/trunk/ .
.....
r28036 | bugman | 2015-10-12 19:49:15 +0200 (Mon, 12 Oct 2015) | 10 lines
Redesign of the frame order parameter nesting table in the manual for latex2html compatibility.
The table uses the tikz package, which is fatal for latex2html, even if not used. Therefore the
table in the docs/latex/frame_order/parameter_nesting.tex file has been converted into a standalone
LaTeX document to create a cropped postscript version of the tikz formatted table. A compilation
script has been added as well. The resultant *.ps file is now included into the PCS numerical
integration section, rather than this section creating the tikz table. All tikz preamble text has
been removed to allow latex2html to run.
.....