Skip to content

Commit 0fd065a

Browse files
LeifAndersenbennn
authored andcommitted
Add raco slideshow tool. (#14)
This is identical to the existing slideshow executable. Similar to how raco scribble is identical to the standalone scribble executable.
1 parent 0d65195 commit 0fd065a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

slideshow-exe/slideshow/info.rkt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
(define binary-keep-files '("tutorial-show.rkt"
99
"initial-ones.rkt"
1010
"examples"))
11+
12+
(define raco-commands '(("slideshow"
13+
slideshow/start
14+
"render a Slideshow document"
15+
#f)))

0 commit comments

Comments
 (0)