[racket] Passing command-line parameters *into* Scribble
Say I want to pass a command-line parameter into a Scribble file. E.g. in a
naive attempt I tried
> raco scribble --pdf example.scrbl param1 param2
This doesn't work because param1 is interpreted as an additional input file.
Is there a straightforwardway to pass in parameter(s) that bypass the
watchful eye of raco?
Thanks
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131210/61a533c0/attachment.html>