Add some missing PROVIDE:

slava 2006-10-21 06:42:59 +00:00
parent c3e0351faa
commit dc6cb8d7e1
3 changed files with 9 additions and 4 deletions

View File

@ -131,3 +131,5 @@ slate> "Automata" open-titled-window ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: init ( -- ) init-rule init-slate ;
PROVIDE: contrib/automata ;

View File

@ -274,3 +274,5 @@ slate> "Boids" open-titled-window ;
: init-world-size ( -- ) { 100 100 } >world-size ;
: init ( -- ) init-slate init-variables init-world-size init-boids stop? off ;
PROVIDE: contrib/boids ;

View File

@ -1,4 +1,5 @@
PROVIDE: doc/handbook {
PROVIDE: doc/handbook
{ +files+ {
"alien.facts"
"changes.facts"
"cli.facts"
@ -21,4 +22,4 @@ PROVIDE: doc/handbook {
"tools.facts"
"words.facts"
"ui/tools.facts"
} ;
} } ;