diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:48:24 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 03:48:24 +0530 |
commit | f3e06436b5a6081e71c6308ca136e9ff1fa1ebef (patch) | |
tree | a64b12c3e7bc60ca4ec085c030237f8a662e4b79 /data/templates/Makefile.am | |
parent | d7296318a0f5d7ee06b0358911889b64599f9ce5 (diff) |
doc: Move templates to data/templates/ directory
Diffstat (limited to 'data/templates/Makefile.am')
-rw-r--r-- | data/templates/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am new file mode 100644 index 0000000..5c2f1be --- /dev/null +++ b/data/templates/Makefile.am @@ -0,0 +1,7 @@ +TEMPLATES = \ + debug.html \ + default.html \ + stats.html + +EXTRA_DIST = \ + $(TEMPLATES) |