mirror of
https://github.com/boostorg/docca.git
synced 2026-01-26 06:32:10 +00:00
9 lines
338 B
Bash
Executable File
9 lines
338 B
Bash
Executable File
echo "Copying a manually-modified xml-pages.xml if present..."
|
|
cp ../xml-pages.xml .
|
|
|
|
echo "Assembling the stage2 results into reference.qbk"
|
|
java -cp "$CLASSPATH" net.sf.saxon.Transform -s:xml-pages.xml -xsl:assemble-quickbook.xsl -o:reference.qbk input-dir=stage2_visualized/results
|
|
|
|
echo "Copying reference.qbk..."
|
|
cp reference.qbk ..
|