move docs to scribblings directory
svn: r8037
This commit is contained in:
parent
5b984bc34e
commit
92081b685d
|
@ -3,7 +3,5 @@
|
|||
(define tools (list "syncheck.ss" (list "time-keystrokes.ss" "private")))
|
||||
(define tool-names (list "Check Syntax" "Time Keystrokes"))
|
||||
(define mred-launcher-names (list "DrScheme"))
|
||||
(define mred-launcher-libraries (list "drscheme.ss"))
|
||||
(define scribblings '(("tools.scrbl" (multi-page main-doc))
|
||||
("drscheme.scrbl" (#;multi-page main-doc)))))
|
||||
(define mred-launcher-libraries (list "drscheme.ss")))
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
(module info setup/infotab
|
||||
(define name "Framework")
|
||||
(define doc.txt "doc.txt")
|
||||
(define scribblings '(("framework.scrbl" (#;multi-page main-doc)))))
|
||||
(define doc.txt "doc.txt"))
|
||||
|
||||
|
|
3
collects/scribblings/drscheme/info.ss
Normal file
3
collects/scribblings/drscheme/info.ss
Normal file
|
@ -0,0 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Scribblings: DrScheme")
|
||||
(define scribblings '(("drscheme.scrbl" (#;multi-page main-doc)))))
|
3
collects/scribblings/tools/info.ss
Normal file
3
collects/scribblings/tools/info.ss
Normal file
|
@ -0,0 +1,3 @@
|
|||
(module info setup/infotab
|
||||
(define name "Scribblings: Tools")
|
||||
(define scribblings '(("tools.scrbl" (multi-page main-doc)))))
|
Loading…
Reference in New Issue
Block a user