diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:25:18 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:25:18 +0000 |
commit | 897ad4e8d2b36ae98f8f2f61846b1ab5145922f4 (patch) | |
tree | dfbaaf84460df45229c1bd0569b3e9628a58c699 /www/Makefile.am | |
parent | 3b0babad49a78bed803108faf132ac229a9d8ff2 (diff) |
Move html directory to www
Diffstat (limited to 'www/Makefile.am')
-rw-r--r-- | www/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/Makefile.am b/www/Makefile.am new file mode 100644 index 0000000..5bb713c --- /dev/null +++ b/www/Makefile.am @@ -0,0 +1,13 @@ + +EXTRA_DIST = ajax static + +htmldir = $(datadir)/rrdui/ +nobase_html_DATA = \ + ajax/action-date.gif \ + ajax/action-next.gif \ + ajax/action-prev.gif \ + ajax/action-zoom.gif \ + ajax/frame.html \ + ajax/index.html \ + ajax/rrdui.js \ + ajax/style.css |