Overview
Comment:Use gv, not ghostview
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4d31243debada044b94cd0987a48727c12b19bfbb8705177bad9aae8a1dfe1b2
User & Date: gawthrop@users.sourceforge.net on 2001-07-24 22:32:49
Other Links: branch diff | manifest | tags
Context
2001-07-24
22:42:59
Fixes problem when lbl.txt does not end with newline. check-in: 6eb8eb2605 user: geraint@users.sourceforge.net tags: origin/master, trunk
22:32:49
Use gv, not ghostview check-in: 4d31243deb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
05:52:15
Add to CVS check-in: 0abbcca6ad user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [640595783b] to [ff480882a1].

11
12
13
14
15
16
17




18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28







+
+
+
+









###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.22  2001/04/12 03:08:00  geraint
## Improved sh->csh conversion, reduces environment namespace pollution.
## Still need to do proper if [ -z $MTT_BASE ] ... else ... fi conversion.
##
## Revision 1.21  2001/04/10 13:56:13  gawthrop
## Uses standard mkoctfile
##
## Revision 1.20  2001/04/10 13:08:19  gawthrop
## Smoother translation to .cs using sh2csh
##
## Revision 1.19  2001/03/30 15:13:49  gawthrop
141
142
143
144
145
146
147
148

149
150
151
152
153
154
155
145
146
147
148
149
150
151

152
153
154
155
156
157
158
159







-
+







  	-startgridmode 2 \
  	-pheight 21 \
  	-pwidth 30 \
  	-library_dir $MTT_LIB/xfig/\
  	"
  
  # Setup ps viewer
  export PSVIEW='ghostview'
  export PSVIEW='gv'
  
  # Setup pdf viewer
  export PDFVIEW='acroread'
  
  # Setup html viewer
  export HTMLVIEW='netscape'
  


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