summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-06-11 18:50:08 +0000
committerTed Trask <ttrask01@yahoo.com>2008-06-11 18:50:08 +0000
commita7d09d12d2210d800b1893ef14689687afb5df77 (patch)
tree0da8d46db048f2c0e2ed703dd82554250b92e663 /app/Makefile
parentcf06247f4d8776267e3f85511592e779b7f20ccf (diff)
downloadacf-core-a7d09d12d2210d800b1893ef14689687afb5df77.tar.bz2
acf-core-a7d09d12d2210d800b1893ef14689687afb5df77.tar.xz
Simplified www redirection code to only redirect if valid url.
Modified exception handler to add pages for dispatch errors and exceptions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1215 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 9fd331e..ef25865 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -24,7 +24,9 @@ APP_DIST= \
template-html.lsp\
template-stream.lsp\
welcome-controller.lua\
- welcome-html.lsp
+ welcome-html.lsp\
+ dispatcherror-html.lsp\
+ exception-html.lsp\
EXTRA_DIST=README Makefile
DISTFILES=$(APP_DIST) $(EXTRA_DIST)