mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-23 12:54:13 +00:00
9 lines
141 B
Batchfile
9 lines
141 B
Batchfile
![]() |
@echo off
|
||
|
|
||
|
rem Update GM Script function documentation
|
||
|
|
||
|
..\..\bin\gme.exe gmdoc.gm gmdoc.txt gmdoc.html
|
||
|
|
||
|
copy gmdoc.html ..\..\doc
|
||
|
|
||
|
rem Done.
|