fixed path according to new SVN structure
This commit is contained in:
parent
4a7aff2eac
commit
1f64a4ef1a
|
@ -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\
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue