make site: fix for SRC_CATALOG mode

In SRC_CATALOG mode, there's not a separate "native" directory.

original commit: f885d98d60317784dbe2458058ec1f375df5341b
This commit is contained in:
Matthew Flatt 2014-09-05 09:39:53 -06:00
parent 2f17ec529a
commit e39f2d9d8c

View File

@ -86,7 +86,8 @@
(newline o))))))
(build-catalog built-dir)
(build-catalog native-dir)
(when (directory-exists? native-dir)
(build-catalog native-dir))
(let ([l (directory-list (build-path dest-dir catalog-dir "pkg"))])
;; Write list of packages:
(define sl (map path-element->string l))