I have a preliminary scribbling for the manual
of a multi source package, but it doesn't show up in Racket's main
documentation when I install the package locally.

Here is the directory structure:

appy
|
|--info.rkt
|--appy
   |
   |--<many source files>
   |--scribblings
      |
      |--manual.scrbl

And "info.rkt" looks like this:

#lang info
(define version "0.1")
(define pkg-desc "a framework for cross-platform end-user applications
and their deployment") 
(define collection 'multi)
(define distribution-preference 'source)
(define pkg-authors '("Erich Rast"))
(define scribblings '(("scribblings/manual.scrbl" main-doc
main-doc-root (library) "APPY: a framework for writing end-user GUI
applications")))

Raco install in the appy directory reports no errors, the package is
installed locally, but the "manual.scrblr" does not show up and does not
seem to be compiled. I've changed the path to
"appy/scribblings/manual.scrbl" without effect.

What's the correct way to set up the documentation? Related to this,
will raco pkg install report an error if my scribbling doesn't compile?

Thanks in advance for any help!

Best,

Erich

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to