From a7d09d12d2210d800b1893ef14689687afb5df77 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 11 Jun 2008 18:50:08 +0000 Subject: 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 --- app/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Makefile') 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) -- cgit v1.2.3