summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt/config.scm.in16
1 files changed, 1 insertions, 15 deletions
diff --git a/haunt/config.scm.in b/haunt/config.scm.in
index 641d894..e39d53f 100644
--- a/haunt/config.scm.in
+++ b/haunt/config.scm.in
@@ -23,20 +23,6 @@
;;; Code:
(define-module (haunt config)
- #:export (%haunt-version
- %haunt-cwd
- haunt-file-name
- haunt-output-directory))
+ #:export (%haunt-version))
(define %haunt-version "@PACKAGE_VERSION@")
-
-(define %haunt-cwd (getcwd))
-
-(define (haunt-file-name rel)
- "Return an absolute file name to the file REL in the haunt current
-working directory."
- (string-append %haunt-cwd "/" rel))
-
-(define (haunt-output-directory)
- "Return the current haunt compiled page output directory."
- (haunt-file-name "output"))