From 2de37663da0871fcc987e39765cf84c3724c1e70 Mon Sep 17 00:00:00 2001 From: losinshi Date: Sun, 24 Sep 2006 18:37:45 +0000 Subject: [PATCH] Makefile added git-svn-id: file:///home/jan/tmp/wetterstation/trunk@128 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/Makefile | 2 ++ webstuff/frontend/php_inc/chart.inc.php | 7 ++++--- webstuff/frontend/php_inc/connection.inc.php | 2 +- webstuff/frontend/php_inc/module.inc.php | 21 ++++++++++--------- webstuff/frontend/php_inc/module_set.inc.php | 15 ++++++------- .../frontend/php_inc/modules/rain.inc.php | 2 +- .../frontend/php_inc/modules/sensor.inc.php | 2 +- webstuff/frontend/php_inc/report.inc.php | 7 ++++--- 8 files changed, 32 insertions(+), 26 deletions(-) create mode 100644 webstuff/frontend/Makefile diff --git a/webstuff/frontend/Makefile b/webstuff/frontend/Makefile new file mode 100644 index 0000000..da8c993 --- /dev/null +++ b/webstuff/frontend/Makefile @@ -0,0 +1,2 @@ +install: + @ echo "noch net implementiert" diff --git a/webstuff/frontend/php_inc/chart.inc.php b/webstuff/frontend/php_inc/chart.inc.php index 3cd17e3..db65619 100644 --- a/webstuff/frontend/php_inc/chart.inc.php +++ b/webstuff/frontend/php_inc/chart.inc.php @@ -1,6 +1,6 @@