Subversion Repositories wimsdev

Rev

Rev 6313 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!if $modreq!=$empty
  modreq=!word 1 of $modreq
  !if / isin $modreq or .. isin $modreq
    modreq=
  !endif
  mtest=!filelist $devdir/$modreq
  !if $mtest=$empty and ($modreq!=.new or $inddef=$empty)
    modreq=
  !endif
  !if $modreq=$empty
    job=modname
    !changeto $job.proc
  !endif

  !read scripts/getindex $modreq
  !if $title=$empty and $inddef=$empty
    job=modname
    modreq=
    !changeto $job.proc
  !endif

  mod=$modreq
!endif

!read scripts/getindex $mod

!if $title!=$empty
  !for i in $deflist, $deflist1
    i_$i=$($i)
  !next i
!endif