This website works better with JavaScript.
Home
Help
Sign In
vince
/
cagull-rrdtools
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
force la génération du index.html
master
vince vince
3 years ago
parent
09eac4a412
commit
2cc80be8a0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@ -266,3 +266,5 @@ $(BUILD_DIR)/%.html: %.php
php $< >
$@
graph
:
$(
BUILD_DIR
)
/
cpu
-
daily
$(
EXTENSION
)
$(
BUILD_DIR
)
/
load
-
daily
$(
EXTENSION
)
$(
BUILD_DIR
)
/
mem
-
daily
$(
EXTENSION
)
$(
BUILD_DIR
)
/
net
-
daily
$(
EXTENSION
)
$(
BUILD_DIR
)
/
net
-
weekly
$(
EXTENSION
)
$(
BUILD_DIR
)
/
net
-
monthly
$(
EXTENSION
)
$(
BUILD_DIR
)
/
disk
-
daily
$(
EXTENSION
)
$(
BUILD_DIR
)
/
disk
-
weekly
$(
EXTENSION
)
$(
BUILD_DIR
)
/
disk
-
monthly
$(
EXTENSION
)
$(
BUILD_DIR
)
/
index
.
html
.PHONY
:
$(
BUILD_DIR
)
/
index
.
html
Write
Preview
Loading…
Cancel
Save