Distribute to proper place now, tweak requires.
This commit is contained in:
parent
1dc36d24fc
commit
502007e51b
|
@ -13,4 +13,4 @@
|
|||
;; Each is a "hostname:dest-path", and then a list of directories to
|
||||
;; put in that path. (Warning: "dest" should not be a top-level
|
||||
;; directory that already exists.)
|
||||
'(("champlain:/www/new" "www" "download")))
|
||||
'(("champlain:/www" "www" "download")))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang at-exp s-exp "../common.rkt"
|
||||
#lang at-exp s-exp "shared.rkt"
|
||||
|
||||
(require "index.rkt")
|
||||
(provide (rename-out [index download]))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang at-exp s-exp "../common.rkt"
|
||||
#lang at-exp s-exp "shared.rkt"
|
||||
|
||||
(require "index.rkt" "community.rkt" "outreach+research.rkt"
|
||||
"help.rkt" "new-name.rkt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user