Rev 7235 | Rev 9261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7235 | Rev 8402 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | !set ins_anim_frames=!item 1 of $a |
31 | !set ins_anim_frames=!item 1 of $a |
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 |
36 | !readproc $docdir/.def |
- | 37 | !! only in case that we come from adm/doc to read common_images |
|
- | 38 | !! already read in other case |
|
- | 39 | !if /doc isin $(docdir) |
|
- | 40 | !set docdir1= !replace internal /doc by in $(docdir) |
|
- | 41 | !readdef $docdir1/var.proc |
|
- | 42 | !endif |
|
- | 43 | !! end only |
|
37 | !if $common_files=yes |
44 | !if $common_files=yes |
38 | !set doc_= |
45 | !set doc_=$docdir/files |
39 | !else |
46 | !else |
- | 47 | !if $common_files=$empty or $common_files=no |
|
40 |
|
48 | !set doc_=$docdir/$doc/files |
- | 49 | !else |
|
- | 50 | !set doc_=!replace datamodule by modules/data in $common_files |
|
- | 51 | !endif |
|
41 | !endif |
52 | !endif |
42 | !set insdraw_filebase= |
53 | !set insdraw_filebase=$(doc_) |
43 | !set insdraw_size=$sx,$sy |
54 | !set insdraw_size=$sx,$sy |
44 | !set ins_align=middle |
55 | !set ins_align=middle |
45 | !insdraw $pp |
56 | !insdraw $pp |