[plt-scheme] Generating PDF docs?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Sep 12 10:51:23 EDT 2008

At Fri, 12 Sep 2008 16:35:39 +0200, Michael Schuerig wrote:
> 
> I know that I can generate docs in PDF format using
> 
> $ setup-plt --doc-pdf <dir>
> 
> However, that unnecessarily(?) runs the entire setup process again. Is 
> it possible to have the PDF docs generate automatically on the initial 
> make install?

You could install with `make plain-install' and then run either
`setup-plt' or `mzscheme -l setup' manually.

I recommend just installing normally and then running `setup-plt',
though. Even though unning `setup-plt' checks all the work that it did
before, it shouldn't repeat much actual work. For example, it shouldn't
re-build any ".zo" files. Also, you could move things along a little
bit by supplying `-n' before `--doc-pdf', which tells `setup-plt' not
to bother checking all the ".zo" files.


Matthew



Posted on the users mailing list.