Subversion Repositories wimsdev

Rev

Rev 8402 | Rev 10301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8402 Rev 9261
Line 32... Line 32...
32
  !set ins_anim_delay =!item 2 of $a
32
  !set ins_anim_delay =!item 2 of $a
33
  !set ins_anim_loop  =!item 3 of $a
33
  !set ins_anim_loop  =!item 3 of $a
34
 !endif
34
 !endif
35
!endif
35
!endif
36
!readproc $docdir/.def
36
!readproc $docdir/.def
37
!! only in case that we come from adm/doc to read common_images
37
!! only in case that we come from adm/doc to read common_files
38
!! already read in other case
38
!! already read in other cases
39
!if /doc isin $(docdir)
39
!if /doc isin $(docdir)
40
  !set docdir1= !replace internal /doc by in $(docdir)
40
  !set docdir1= !replace internal /doc by in $(docdir)
41
  !readdef $docdir1/var.proc
41
  !readproc $docdir1/var.proc
42
!endif
42
!endif
43
!! end only
43
!! end only
44
!if $common_files=yes
44
!if $common_files=yes
45
  !set doc_=$docdir/files
45
  !set doc_=$docdir/files
46
!else
46
!else