Add a -p option to support calibrating against build SCons packages.
[scons.git] / bin / docrun
index 57ad20217d97daae37b1763c4c3b326164791d90..5ba4215c50a1d530096124e417d56b6715da40d1 100644 (file)
@@ -2,14 +2,14 @@
 
 if test $# -eq 0; then
     for f in doc/user/*.in; do
-        sgml=doc/user/`basename $f .in`.sgml
+        xml=doc/user/`basename $f .in`.xml
         echo $f:
         python bin/sconsoutput.py $f
     done
 else
     for a in $*; do
         f=doc/user/$a.in
-        sgml=doc/user/$a.sgml
+        xml=doc/user/$a.xml
         echo $f:
         python bin/sconsoutput.py $f
     done