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 /html/Makefile.am | |
parent | 3b0babad49a78bed803108faf132ac229a9d8ff2 (diff) |
Move html directory to www
Diffstat (limited to 'html/Makefile.am')
-rw-r--r-- | html/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/html/Makefile.am b/html/Makefile.am deleted file mode 100644 index 5bb713c..0000000 --- a/html/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ - -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 |