Re: video_config() Returning Wrong Information
- Posted by DerekParnell (admin) Aug 19, 2009
- 1415 views
euphoric said...
How do I build docs from sources?
Here is how I do it ...
I have a .bat file called "mybuild.bat" in the DOCS folder. It looks like this ...
@ echo off eui ..\..\tools\eudoc\trunk\eudoc.ex -v -a manual.af -o euphoria.txt eui ..\..\tools\creole\trunk\creolehtml.ex -A=ON -t=template.html -ohtml euphoria.txt
- Set the DOCS folder as the current folder
- Make sure that there is a HTML folder in the DOCS folder.
- Run the batch file above
- Updated HTML is now in the DOCS\HTML folder.