Here's a thought: At Sat, 6 Apr 2013 10:21:53 -0400, Greg Hendershott wrote: > I'm trying to add a raco command, following > http://docs.racket-lang.org/raco/command.html > > My info.rkt is simply this: > > #lang setup/infotab > (define deps (list "markdown" "rackjure")) > (define raco-commands '(("frog" frog "run Frog" #f)))
That `deps' line makes sense for a package. That is, it makes sense in "frog/info.rkt", where "frog" is the package. The `raco-commands' line makes sense for a collection. That is, it makes sense in "frog/frog/info.rkt". Which path are you using for "info.rkt"? ____________________ Racket Users list: http://lists.racket-lang.org/users