Overview
Comment:Really VERSION 2.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 7682d7d14fa6c58d607375c7451cd4fc9df479b72e17156a3cb7a4bb777eb5b8
User & Date: gawthrop@users.sourceforge.net on 1996-11-12 16:04:25
Other Links: branch diff | manifest | tags
Context
1996-11-21
15:57:28
Now runs mtt quietly. check-in: dc3bf46589 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-11-12
16:04:25
Really VERSION 2.1 check-in: 7682d7d14f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:53:59
Reads in the params.r file now. check-in: ed7bcffb0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [6004e5d794] to [be71c8b440].

10
11
12
13
14
15
16



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







+
+
+







# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996.

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
# Revision 1.43  1996/11/12  08:52:57  peterg
# Fixed bug in test arg to if - missing "".
#
# Revision 1.42  1996/11/11  17:23:03  peterg
# Added numpar.m requirement to all .m targets
#
## Revision 1.41  1996/11/11 17:18:32  peterg
## VERSION 2.1
##
## Revision 1.40  1996/11/09 21:17:38  peterg
162
163
164
165
166
167
168
169

170
171
172
173
174
175
176
165
166
167
168
169
170
171

172
173
174
175
176
177
178
179







-
+







  esac
  shift
done

#Print header if not in quiet (-q) mode.
if [ "$quiet" != "quiet" ]; then
  echo
  echo 'MTT (Model Transformation Tools) version 2.1++'
  echo 'MTT (Model Transformation Tools) version 2.1'
  echo 'This is free software with ABSOLUTELY NO WARRANTY.'
  echo 'Type `mtt warranty'\' 'for details.'
  echo
fi

if [ -z "$1" ]; then
  echo 'Usage: mtt help'
390
391
392
393
394
395
396
397

398
399
400
401
402
403
404
393
394
395
396
397
398
399

400
401
402
403
404
405
406
407







-
+







	touch $1_args.m

#Create empty files (with titles) if not already there
#SUMMARY lbl	label file (txt)
$1_lbl.txt:
	echo Creating $1_lbl.txt
	( \
	echo "%SUMMARY System $1: <brief description here>"; \
	echo "%SUMMARY $1: <brief description here>"; \
	echo "%DESCRIPTION <Detailed description here>"; \
	echo "%% Label file for system $1 ($1_lbl.txt)"; \
	cat $MTTPATH/trans/m/rcs_header.txt; \
	echo "%% Each line should be of one of the following forms:"; \
	echo "%	a comment (ie starting with %)"; \
	echo "%	Component-name	CR_name	arg1,arg2,..argn"; \
	echo "%	blank"; \


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