summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data/Makefile.am2
-rw-r--r--data/templates/Makefile.am7
-rw-r--r--data/templates/debug.html (renamed from doc/debug.html)0
-rw-r--r--data/templates/default.html (renamed from doc/default.html)0
-rw-r--r--data/templates/stats.html (renamed from doc/stats.html)0
5 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..4a03cc5
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = \
+ templates
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)
diff --git a/doc/debug.html b/data/templates/debug.html
index 6ee3367..6ee3367 100644
--- a/doc/debug.html
+++ b/data/templates/debug.html
diff --git a/doc/default.html b/data/templates/default.html
index 67354b7..67354b7 100644
--- a/doc/default.html
+++ b/data/templates/default.html
diff --git a/doc/stats.html b/data/templates/stats.html
index 7179859..7179859 100644
--- a/doc/stats.html
+++ b/data/templates/stats.html