Overview
Comment: | Replaced gv by PSVIEW setting |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7ecce2950041381f98db45b8501099c7 |
User & Date: | gawthrop@users.sourceforge.net on 2003-09-25 13:54:41 |
Other Links: | branch diff | manifest | tags |
Context
2003-10-06
| ||
08:02:02 | obsolete <> replaced by != check-in: c146b23bbb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-09-25
| ||
13:54:41 | Replaced gv by PSVIEW setting check-in: 7ecce29500 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-09-24
| ||
10:03:35 | Fixed multi-line comment for new c++ syntax. check-in: 8f6bf3e294 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/ident_rep.sh from [4c18c6be9f] to [41e5ffebe8].
︙ | ︙ | |||
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 |
︙ | ︙ |