Subversion Repositories wimsdev

Rev

Rev 2389 | Rev 12498 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if $modreq!=$empty
2
modreq=!word 1 of $modreq
3
!if / isin $modreq or .. isin $modreq
4
 modreq=
5
!endif
6
mtest=!filelist $devdir/$modreq
7
!if $mtest=$empty and ($modreq!=.new or $inddef=$empty)
8
 modreq=
9
!endif
10
!if $modreq=$empty
11
 job=modname
12
 !changeto $job.proc
13
!endif
14
 
15
!read scripts/getindex $modreq
16
!if $title=$empty and $inddef=$empty
17
 job=modname
18
 modreq=
19
 !changeto $job.proc
20
!endif
21
 
22
mod=$modreq
23
!endif
24
 
25
!read scripts/getindex $mod
26
 
27
!if $title!=$empty
6313 bpr 28
 !for i in $deflist, $deflist1
23 reyssat 29
  i_$i=$($i)
30
 !next i
31
!endif