Overview
Comment:Tidy mode copies all files (containing .) to work dir -- this makes
sure that files such a .c .constitutive relationship go across.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f9a3d7b2843ea9a38fe9c2f0e96e95545eb06336d762e5445d7fb6d7805070ac
User & Date: gawthrop@users.sourceforge.net on 1998-02-12 07:48:04
Other Links: branch diff | manifest | tags
Context
1998-02-12
08:18:42
VERSION 2.8 (St. Annes) check-in: bfb7869f3f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
07:48:04
Tidy mode copies all files (containing .) to work dir -- this makes
sure that files such a .c .constitutive relationship go across.
check-in: f9a3d7b284 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-02-11
19:36:29
Only displays one level of cbg file now. check-in: 27311e5838 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [f513e607d7] to [e64adcfcc9].

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.127  1998/02/11 19:36:29  peterg
## Only displays one level of cbg file now.
##
## Revision 1.126  1998/02/11 19:26:03  peterg
## Added verbose (-v) mode.
##
## Revision 1.125  1998/02/11 11:36:28  peterg
## Updated version control mode - make it untidy.
## cp --> cp -u after tidy-mode .
##
817
818
819
820
821
822
823
824

825
826
827
828
829
830
831
820
821
822
823
824
825
826

827
828
829
830
831
832
833
834







-
+







		exit  ;;
  esac
fi

# Tidy mode - operate in the directory MTT-work
if [ "$tidy" = "tidy" ]; then
   mkdir -p MTT_work
   cp -u  *_*.* MTT_work 2>/dev/null
   cp -u  *.* MTT_work 2>/dev/null
   cd MTT_work
   
   if [ -z "$directory" ]; then
     Directory=''
   else
     Directory=$directory/MTT_work
   fi
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1655
1656
1657
1658
1659
1660
1661

1662
1663
1664
1665
1666
1667
1668







-







# Hypertext view
$1_$2.hview: $1_$2.html
	$HTMLVIEW $1_$2/$1_$2.html&

#View a ps file
$1_$2.pview: $1_$2.ps
	echo Creating view of $1_$2
#	multi_command $PSVIEW $1 $2.ps | sh
	$PSVIEW $1_$2.ps

#View a gdat file
$1_$2.dview: $1_$2.gdat
	echo Creating view of $1_$2
	gdat2view $1_$2 '$ARGS'&


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