6 lines
134 B
Batchfile
6 lines
134 B
Batchfile
|
@Echo Off
|
||
|
echo Compiling paged HTML documentation...
|
||
|
cd html
|
||
|
xsltproc ..\X2Utils-html.xsl ..\X2Utils.xml
|
||
|
cd ..
|
||
|
copy html.css html
|