fixed bug that crashed multi-part html doc generation in unusual circumstances

svn: r9638

original commit: 464154f1474bcb820c1af4723afba4d0ec938c4e
This commit is contained in:
Jacob Matthews 2008-05-04 07:15:28 +00:00
parent 28126e24f5
commit ce8852492a

View File

@ -964,8 +964,8 @@
(define/override (get-suffix) #"")
(define/override (get-dest-directory)
(or (build-path (or (super get-dest-directory) (current-directory))
(current-subdirectory))
(or (and (current-subdirectory)
(build-path (or (super get-dest-directory) (current-directory)) (current-subdirectory)))
(super get-dest-directory)))
(define/override (derive-filename d)