Distribute to proper place now, tweak requires.

This commit is contained in:
Eli Barzilay 2010-06-06 03:11:22 -04:00
parent 1dc36d24fc
commit 502007e51b
3 changed files with 3 additions and 3 deletions

View File

@ -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")))

View File

@ -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]))

View File

@ -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")