diff options
author | deva <deva> | 2008-06-04 11:41:46 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-04 11:41:46 +0000 |
commit | dad77becc53e2f2c3b0880ee4fddd97d69099f94 (patch) | |
tree | 9b7889ef626c226632278bb71d690ced4ab823b1 /server/Makefile.am | |
parent | 294ed0c031072489f520c90e373b2f24aa16ed8c (diff) |
Modulized the template/course/macro system.
Diffstat (limited to 'server/Makefile.am')
-rw-r--r-- | server/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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: |