pull/9/head
Matthew Butterick 11 years ago
parent c025de31dc
commit c24e3a73bf

@ -103,11 +103,10 @@
(define leftover-files (filter (λ(f) (and (define leftover-files (filter (λ(f) (and
(not (equal? (->string f) "polcom")) ;todo: generalize this test (not (equal? (->string f) "polcom")) ;todo: generalize this test
(not ((->string f) . starts-with? . ".")) (not ((->string f) . starts-with? . "."))
(not (f . in? . all-pollen-files)))) (not (f . in? . all-pollen-files))
(not (f . in? . all-preproc-files))))
(directory-list pollen-project-directory))) (directory-list pollen-project-directory)))
(message leftover-files)
;; Utility function for making file rows ;; Utility function for making file rows
(define (make-file-row file routes) (define (make-file-row file routes)
;; Utility function for making cells ;; Utility function for making cells

Loading…
Cancel
Save