Update of /cvsroot/audacity/audacity-src/scripts/mw2html_audacity
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29125
Modified Files:
wiki2htm.bat
Added Files:
wiki2htm.sh
Log Message:
Avoid an unnecessary manual/manual/ directory structure, and provide a shell
script version of the DOS batch file (using variables for easy of maintenance)
--- NEW FILE: wiki2htm.sh ---
#!/bin/sh
helpdir="../../help/manual"
tmpdir_="../../help/temp"
srcuri="http://audacityteam.org/manual"
mkdir -p "${tmpdir_}"
python mw2html.py "${srcuri}" "${tmpdir_}" -s
mv "${tmpdir_}/audacityteam.org/manual" "${helpdir}"
\rm -r "${tmpdir_}"
Index: wiki2htm.bat
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/mw2html_audacity/wiki2htm.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wiki2htm.bat 24 May 2009 21:35:34 -0000 1.1
+++ wiki2htm.bat 26 May 2009 20:08:57 -0000 1.2
@@ -1,4 +1,4 @@
python mw2html.py http://audacityteam.org/manual ..\..\help\temp -s
-move ..\..\help\temp\audacityteam.org ..\..\help\manual
+move ..\..\help\temp\audacityteam.org\manual ..\..\help\manual
rmdir ..\..\help\temp
------------------------------------------------------------------------------
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 as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs