Update of /cvsroot/audacity/audacity-src/win
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29878/win

Modified Files:
        audacity_unicode.iss release.txt 
Log Message:
This is 'work in progress'!

Add a section to audacity/win/release.txt about updating the help files.
Add the help files (local wiki content) to the windows installer, putting them 
in installDirectory/Help.
Make FileNames::HtmlHelpDir() find this new location.
(Note that for the developer, copying the help to audacity\win\unicode 
debug\Help is useful)
Changed Help->Index... to Help->Help...
Changed default pref  for Help->Help from 'Standard' to 'InBrowser'... (with a 
view to losing 'Standard' altogether).

Index: release.txt
===================================================================
RCS file: /cvsroot/audacity/audacity-src/win/release.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- release.txt 28 Apr 2009 21:22:47 -0000      1.6
+++ release.txt 26 May 2009 00:03:45 -0000      1.7
@@ -61,12 +61,16 @@
 
    c. Copy the audacity\LICENSE.txt and audacity\README.txt files
       to the build folder.
-                       
-       <Not including Help file for 1.3.4 onwards, so no instructions 
-               for that.>
 
+3. Get the manual
 
-3. Build the Installer.
+       Make sure you have python installed and on your path.
+       Delete audacity\help\manual if it exists.
+       Go to audacity\scripts\mw2html_audacity.
+       Run wiki2htm and wait for it to complete.
+       The manual should have been built in audacity\help\manual.
+
+4. Build the Installer.
 
        a. Install the latest Inno Setup 
                (http://www.jrsoftware.org/isinfo.php).
@@ -97,7 +101,7 @@
                "audacity-1.3.8rc0.1-win-unicode.exe".
 
 
-4. To create the zip version, go to the installed version, 
+5. To create the zip version, go to the installed version, 
        e.g., "C:\Program Files\Audacity 1.3 Beta (Unicode)", 
        and remove the unins*.* files, then zip and rename that folder.
 

Index: audacity_unicode.iss
===================================================================
RCS file: /cvsroot/audacity/audacity-src/win/audacity_unicode.iss,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- audacity_unicode.iss        28 Apr 2009 21:22:47 -0000      1.17
+++ audacity_unicode.iss        26 May 2009 00:03:45 -0000      1.18
@@ -12,14 +12,14 @@
 SolidCompression=yes
 
 ; installer-related directives
-AppName=Audacity 1.3 Beta (Unicode)
-AppVerName=Audacity 1.3.8 (Unicode)
+AppName=Audacity 1.3 Beta (Unicode) (Help Test)
+AppVerName=Audacity 1.3.8 (Unicode) (Help Test)
 AppPublisher=Audacity Team
 AppPublisherURL=http://audacity.sourceforge.net
 AppSupportURL=http://audacity.sourceforge.net
 AppUpdatesURL=http://audacity.sourceforge.net
 ChangesAssociations=yes
-DefaultDirName={pf}\Audacity 1.3 Beta (Unicode)
+DefaultDirName={pf}\Audacity 1.3 Beta (Unicode) (Help Test)
 ; Always warn if dir exists, because we'll overwrite previous Audacity.
 DirExistsWarning=yes
 DisableProgramGroupPage=yes
@@ -88,7 +88,7 @@
 Source: "..\win\unicode release\modules\*"; DestDir: "{app}\Modules\"; Flags: 
ignoreversion recursesubdirs skipifsourcedoesntexist
 Source: "..\win\unicode release\nyquist\*"; DestDir: "{app}\Nyquist\"; Flags: 
ignoreversion
 Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; 
Excludes: "analyze.ny, fadein.ny, fadeout.ny, undcbias.ny"; Flags: ignoreversion
-
+Source: "..\help\manual\manual\*"; DestDir: "{app}\Help\"; Flags: 
ignoreversion recursesubdirs
 
 
 [Icons]
@@ -118,6 +118,8 @@
 Root: HKCR; Subkey: "Audacity.Project\shell"; ValueType: string; ValueData: 
""; Flags: createvalueifdoesntexist uninsdeletekey;
 Root: HKCR; Subkey: "Audacity.Project\shell\open"; Flags: 
createvalueifdoesntexist uninsdeletekey;
 Root: HKCR; Subkey: "Audacity.Project\shell\open\command"; ValueType: string; 
ValueData: """{app}\audacity.exe"" ""%1"""; Flags: createvalueifdoesntexist 
uninsdeletekey;
+;The following would allow a following 'help' installer to know where to put 
the 'help' files.
+;Root: HKCR; Subkey: "Audacity.Project\Path";  ValueType: string; ValueData: 
{app}; Flags: createvalueifdoesntexist uninsdeletekey;
 
 [Run]
 Filename: "{app}\audacity.exe"; Description: "Launch Audacity"; Flags: nowait 
postinstall skipifsilent


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to