Subversion Repositories wimsdev

Rev

Rev 12586 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12586 Rev 16693
Line 43... Line 43...
43
block=!text select $namechars in $block
43
block=!text select $namechars in $block
44
docdir=doc
44
docdir=doc
45
Docdir=$module_dir/$docdir
45
Docdir=$module_dir/$docdir
46
readable=yes
46
readable=yes
47
editable=no
47
editable=no
-
 
48
 
-
 
49
!! add to index fold with number instead of filename
-
 
50
!if $filelist=$empty
-
 
51
  nb=!recordcnt doc/$doc/.index
-
 
52
  !for i=1 to $nb
-
 
53
    l=!record $i of doc/$doc/.index
-
 
54
    l=!line 1 of $l
-
 
55
    filelist=!append item $l to $filelist
-
 
56
  !next i
-
 
57
!endif
-
 
58
 
48
!default readcnt=0
59
!default readcnt=0
49
!read $docdir/$doc/.def
60
!read $docdir/$doc/.def
50
!! common_files is defined in the var.proc of the document can be yes now
61
!! common_files is defined in the var.proc of the document can be yes now
51
!! or the address of a datamodule should be in $docdir/$doc/.def
62
!! or the address of a datamodule should be in $docdir/$doc/.def
52
!if datamodule isin $common_files
63
!if datamodule isin $common_files