diff --git a/trunk/vc/Help/readme.txt b/trunk/vc/Help/readme.txt index 730c02e0..9ddf0555 100644 --- a/trunk/vc/Help/readme.txt +++ b/trunk/vc/Help/readme.txt @@ -1,9 +1,12 @@ This .hnd files are used to create documentation. Made with HelpNDoc v3.0 Freeware Version. -After compiling the docs: -* put fceux.chm to \fceu\src\drivers\win\help\ -* put html version of fceux.chm to \web\help\ -* put taseditor.chm to \fceu\output\ -* put html version of taseditor.chm to \web\help\taseditor\ + +After compiling the docs into CHM/HTML format, you should do the following: + +* put fceux.chm to \fceu\trunk\src\drivers\win\help\ +* put html version of fceux.hnd to \web\help\ + +* put taseditor.chm to \fceu\trunk\output\ +* put html version of taseditor.hnd to \web\help\taseditor\ diff --git a/trunk/vc/upload.bat b/trunk/vc/upload.bat index 3b52eed1..4e2197bc 100644 --- a/trunk/vc/upload.bat +++ b/trunk/vc/upload.bat @@ -1,6 +1,6 @@ IF NOT EXIST fceux.zip GOTO end pscp -pw %1 fceux.zip fceux@fceux.com:/home/fceux/fceux.com/zip/fceux.zip rem IF NOT EXIST defaultconfig\makedownload GOTO end -SubWCRev.exe .. "..\..\web\download.html" "userconfig\download.html" +SubWCRev.exe .. "..\..\..\web\download.html" "userconfig\download.html" pscp -pw %1 .\userconfig\download.html fceux@fceux.com:fceux.com/web/download.html :end \ No newline at end of file