diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:20:32 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:20:32 +0000 |
commit | 3b0babad49a78bed803108faf132ac229a9d8ff2 (patch) | |
tree | 680c2b3bb9e6019495760ae00dc3389eeaeda95a /html | |
parent | 96e3074f9de2b0c7ba8b0b11edfa42ffd2803037 (diff) |
Add makefile
Diffstat (limited to 'html')
-rw-r--r-- | html/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html/Makefile.am b/html/Makefile.am new file mode 100644 index 0000000..5bb713c --- /dev/null +++ b/html/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 |