Subversion Repositories wimsdev

Rev

Rev 12498 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!if $modreq!=$empty
12498 bpr 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
23 reyssat 14
 
15280 obado 15
  !read scripts/getindex.proc $modreq
12498 bpr 16
  !if $title=$empty and $inddef=$empty
17
    job=modname
18
    modreq=
19
    !changeto $job.proc
20
  !endif
23 reyssat 21
 
12498 bpr 22
  mod=$modreq
23 reyssat 23
!endif
24
 
15280 obado 25
!read scripts/getindex.proc $mod
23 reyssat 26
 
27
!if $title!=$empty
12498 bpr 28
  !for i in $deflist, $deflist1
29
    i_$i=$($i)
30
  !next i
23 reyssat 31
!endif