13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.374 2003/04/17 20:57:27 geraint
## Added -sort option to allow direct generation of ode2odes.m using sese.m
## instead of ode/csex.
##
## "mtt -sort rc odeso view" works without Reduce installed!!!
##
## Revision 1.373 2003/04/17 20:07:32 geraint
|
>
>
>
|
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright (C) 2001 by Peter J. Gawthrop
###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.375 2003/05/08 18:42:52 gawthrop
## Generate pdf from ps (using hyperref package for links etc)
##
## Revision 1.374 2003/04/17 20:57:27 geraint
## Added -sort option to allow direct generation of ode2odes.m using sese.m
## instead of ode/csex.
##
## "mtt -sort rc odeso view" works without Reduce installed!!!
##
## Revision 1.373 2003/04/17 20:07:32 geraint
|
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
|
$1_$2.$ps: $1_$2.doc
doc2$ps $1_$2 "$documenttype"
endif
ifeq ($REPTYPE,tex)
#Create html version of dvi file
$1_$2.html: $1_$2.dvi $1_$2.doc
echo Creating $1_$2/$1_$2.html
$LATEX2HTML $1_$2.doc>latex2html.log 2>latex2html.log
endif
#Default view
ifeq ($REPTYPE,bg)
$1_$2.view : $Subsystem_$2.pview
|
|
|
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
|
$1_$2.$ps: $1_$2.doc
doc2$ps $1_$2 "$documenttype"
endif
ifeq ($REPTYPE,tex)
#Create html version of dvi file
$1_$2.html: $1_$2.doc
echo Creating $1_$2/$1_$2.html
$LATEX2HTML $1_$2.doc>latex2html.log 2>latex2html.log
endif
#Default view
ifeq ($REPTYPE,bg)
$1_$2.view : $Subsystem_$2.pview
|