On Apr 16, 2015, at 11:16 PM, Thomas Lynch <[email protected]> wrote:
> questions:----------------------------------------------------------------------------------- > > 1. when trying to make the new package locally. .. so what is the proper way > to handle the dependencies? I don't know if I should run raco pkg install on > the liquid-doc and liquid-lib directories first, but haven't done that > because I want these to be auto loaded and not directly in the catalog. > > > §lambda1:/home/deep/liquid> raco pkg install > raco pkg install: missing dependencies; > specify `--deps search-auto' to install them, or > specify `--deps search-ask' to be asked about installing them > for package: /home/deep/liquid/ > missing packages: > liquid-lib > liquid-doc I would install them manually, and then if you want, you can demote them to auto-installed afterwards. > 2. when trying to build the docs standalone .. so how can one do this? > > §lambda1:/home/deep/liquid-doc/liquid> scribble --htmls liquid.scrb > default-load-handler: cannot open module file > module path: #<path:/home/deep/liquid-doc/liquid/liquid.scrb> > path: /home/deep/liquid-doc/liquid/liquid.scrb > system error: No such file or directory; errno=2 > context...: > standard-module-name-resolver > /usr/share/racket/pkgs/scribble-lib/scribble/run.rkt: [running body] Typo, liquid.scrb instead of liquid.scrbl ? -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/B14B4A8D-768E-4332-B535-B0FD9DCEF400%40knauth.org. For more options, visit https://groups.google.com/d/optout.
