Overview
Comment:Replaced gv by PSVIEW setting
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7ecce2950041381f98db45b8501099c7e1ec8ae096c012922d36dbb746f76709
User & Date: gawthrop@users.sourceforge.net on 2003-09-25 13:54:41.000
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
263
264
265
266
267
268
269
270

271
272
273
274
275
276
277
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
          gv ${ps}&
          ${PSVIEW} ${ps}&
	done
	;;
    *)
	echo Language ${lang} not supported by ${rep} representation
        exit 3
esac


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]