summaryrefslogtreecommitdiff
path: root/jarmonbuild/yuidoc_template/index.tmpl
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-08-22 11:52:03 +0100
committerRichard Wall <richard@aziz>2010-08-22 11:52:03 +0100
commit5c9261912a5d3f66d0edec02b1fb003b5d20629b (patch)
treec7926bedb886e47621bd4d93b0a4cdf54e0964ce /jarmonbuild/yuidoc_template/index.tmpl
parent5c1f11e97068c8df787a9eef987ec486431c7baf (diff)
Add a documentation build script
Diffstat (limited to 'jarmonbuild/yuidoc_template/index.tmpl')
-rw-r--r--jarmonbuild/yuidoc_template/index.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/jarmonbuild/yuidoc_template/index.tmpl b/jarmonbuild/yuidoc_template/index.tmpl
new file mode 100644
index 0000000..0d4f505
--- /dev/null
+++ b/jarmonbuild/yuidoc_template/index.tmpl
@@ -0,0 +1,9 @@
+<html>
+<head>
+ <script type="text/javascript">
+ document.location.replace("${cleansedmodulename}.html");
+ </script>
+</head>
+<body>
+</body>
+</html>