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: 7c48b16d334cd950717cc27c47b289aaf9e4440196ec0bbcebff36e680412505
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: c871e8e364 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-25
13:54:41
Replaced gv by PSVIEW setting check-in: 7c48b16d33 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: 3a92552847 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 ]