Differences From Artifact [4c18c6be9f]:
- Executable file mttroot/mtt/lib/rep/ident_rep.sh — part of check-in [637b453435] at 2002-09-24 11:56:06 on branch origin/master — _ident_comparison rep now shows multiple outputs correctly (user: gawthrop@users.sourceforge.net, size: 6576) [annotate] [blame] [check-ins using] [more...]
To Artifact [41e5ffebe8]:
- Executable file mttroot/mtt/lib/rep/ident_rep.sh — part of check-in [7ecce29500] at 2003-09-25 13:54:41 on branch origin/master — Replaced gv by PSVIEW setting (user: gawthrop@users.sourceforge.net, size: 6583) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
263 264 265 266 267 268 269 |
doc2$ps ${sys}_ident_par "$documenttype"
done
;;
view)
pss=`ls ${sys}_ident*.ps`
echo Viewing ${pss}
for ps in ${pss}; do
| | | 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 |
doc2$ps ${sys}_ident_par "$documenttype"
done
;;
view)
pss=`ls ${sys}_ident*.ps`
echo Viewing ${pss}
for ps in ${pss}; do
${PSVIEW} ${ps}&
done
;;
*)
echo Language ${lang} not supported by ${rep} representation
exit 3
esac
|
| ︙ | ︙ |