trivial typo in man page
[scons.git] / bin / docrun
index 5ba4215c50a1d530096124e417d56b6715da40d1..ad8ea9f09204136c3b52e44c1f660cef79dba09d 100644 (file)
@@ -4,13 +4,13 @@ if test $# -eq 0; then
     for f in doc/user/*.in; do
         xml=doc/user/`basename $f .in`.xml
         echo $f:
-        python bin/sconsoutput.py $f
+        python bin/scons-doc.py $f
     done
 else
     for a in $*; do
         f=doc/user/$a.in
         xml=doc/user/$a.xml
         echo $f:
-        python bin/sconsoutput.py $f
+        python bin/scons-doc.py $f
     done
 fi