zone: Allow control over output file names.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 14:07:07 +0000 (15:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 14:07:07 +0000 (15:07 +0100)
commitab87c7bf4977fe6b89e8e6d1a45c300e341d366a
tree2ff1f64228a0e6dac4a4984a54015f3bbf42e2ae
parent167608ee8ee54b884d210e6f026a60a415aa313e
zone: Allow control over output file names.

Output file names are now constructed by a dedicated function, using
Lisp pathname functions rather than format.  There's also a default
*zone-output-path* to control where the files get put.

This suggests a reordering of the code, specifically to move
make-serial-number below the new zone-file-name.
zone.lisp