Revision: 6853
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6853&view=rev
Author:   jeremy_asher
Date:     2008-07-11 14:33:17 -0700 (Fri, 11 Jul 2008)

Log Message:
-----------
Fixed docs auto-building, AUTHORS.txt

Modified Paths:
--------------
    code/stage/trunk/docsrc/sourcedocs.sh

Modified: code/stage/trunk/docsrc/sourcedocs.sh
===================================================================
--- code/stage/trunk/docsrc/sourcedocs.sh       2008-07-11 21:31:51 UTC (rev 
6852)
+++ code/stage/trunk/docsrc/sourcedocs.sh       2008-07-11 21:33:17 UTC (rev 
6853)
@@ -1,13 +1,17 @@
 #!/bin/bash
 
 echo "/** \mainpage The Stage Robot Simulator"
-./Markdown.pl ../README
+./Markdown.pl ../README.txt
 echo "**/"
 
 echo "/** \page install Installation"
-./Markdown.pl ../INSTALL
+./Markdown.pl ../INSTALL.txt
 echo "**/"
 
 echo "/** \page release Release Notes"
-./Markdown.pl ../RELEASE
+./Markdown.pl ../RELEASE.txt
 echo "**/"
+
+echo "/** \page authors Authors"
+./Markdown.pl ../AUTHORS.txt
+echo "**/"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to