5 lines
156 B
Batchfile
5 lines
156 B
Batchfile
|
@Echo Off
|
||
|
echo Compiling single-HTML documentation...
|
||
|
xsltproc X2Utils-singlehtml.xsl X2Utils.xml > singlehtml\index.html
|
||
|
cd ..
|
||
|
copy html.css singlehtml
|