fixed path according to new SVN structure

This commit is contained in:
ansstuff 2013-03-17 12:31:55 +00:00
parent 4a7aff2eac
commit 1f64a4ef1a
2 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,12 @@
This .hnd files are used to create documentation. This .hnd files are used to create documentation.
Made with HelpNDoc v3.0 Freeware Version. Made with HelpNDoc v3.0 Freeware Version.
After compiling the docs:
* put fceux.chm to \fceu\src\drivers\win\help\ After compiling the docs into CHM/HTML format, you should do the following:
* put html version of fceux.chm to \web\help\
* put taseditor.chm to \fceu\output\ * put fceux.chm to \fceu\trunk\src\drivers\win\help\
* put html version of taseditor.chm to \web\help\taseditor\ * 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\

View File

@ -1,6 +1,6 @@
IF NOT EXIST fceux.zip GOTO end IF NOT EXIST fceux.zip GOTO end
pscp -pw %1 fceux.zip fceux@fceux.com:/home/fceux/fceux.com/zip/fceux.zip pscp -pw %1 fceux.zip fceux@fceux.com:/home/fceux/fceux.com/zip/fceux.zip
rem IF NOT EXIST defaultconfig\makedownload GOTO end 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 pscp -pw %1 .\userconfig\download.html fceux@fceux.com:fceux.com/web/download.html
:end :end