From dad77becc53e2f2c3b0880ee4fddd97d69099f94 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 4 Jun 2008 11:41:46 +0000 Subject: Modulized the template/course/macro system. --- server/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index 8f5c037..6e7358b 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src etc man xml $(DOC_DIR) -DISTDIRS = src etc man xml $(DOC_DIR) +SUBDIRS = src etc man xml xml/templates xml/macros $(DOC_DIR) +DISTDIRS = src etc man xml xml/templates xml/macros $(DOC_DIR) .PHONY: doc doc: -- cgit v1.2.3