mirror of
https://github.com/vxcontrol/lualibs-winapi.git
synced 2026-07-01 13:54:03 -04:00
7 lines
161 B
Batchfile
7 lines
161 B
Batchfile
REM convert the markdown to HTML
|
|
lua markdown.lua readme.md -s doc.css -l
|
|
copy readme.html docs\index.html
|
|
copy doc.css docs\default.css
|
|
del readme.html
|
|
|