From 2e136d15a5b93710377bcba3d9181b949bb55c0b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Apr 2015 18:36:43 -0400 Subject: config: Remove unneeded things. * haunt/config.scm.in (%haunt-cwd, haunt-file-name, haunt-output-directory): Remove. --- haunt/config.scm.in | 16 +--------------- 1 file changed, 1 insertion(+), 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")) -- cgit v1.2.3