summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-06-01 13:29:44 +0200
committerNiko Tyni <ntyni@iki.fi>2005-06-01 13:29:44 +0200
commit54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d (patch)
tree799333730a335ea4afaf4f1104c77e0eff702bf5 /Makefile
parent9791370bdbea2be98b9f715a4cea7bbfc5ec9880 (diff)
downloadsmokeping-54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d.tar.gz
smokeping-54b0cfd69a5ea9dd38b27bb1b6880b97bf9bc27d.tar.xz
* 2.0/doc/smokeping_upgrade.pod:
+ mention tSmoke inclusion * 2.0/bin/tSmoke.dist, 2.0/Makefile: + make tSmoke require the current Smokeping.pm version + add tSmoke to the 'patch' Makefile target to keep it up to date * 2.0/etc/config.dist: + add the 'tmail' variable * 2.0/CHANGES: + mention Dan as the original tSmoke author
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80c2b81..02c1dd4 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ doc/smokeping_examples.pod: lib/Smokeping/Examples.pm etc/config.dist
$(GENEX)
patch:
perl -i~ -p -e 's/VERSION="\d.*?"/VERSION="$(NUMVERSION)"/' lib/Smokeping.pm
- perl -i~ -p -e 's/Smokeping \d.*?;/Smokeping $(NUMVERSION);/' bin/smokeping.dist htdocs/smokeping.cgi.dist
+ perl -i~ -p -e 's/Smokeping \d.*?;/Smokeping $(NUMVERSION);/' bin/smokeping.dist htdocs/smokeping.cgi.dist bin/tSmoke.dist
killdoc:
-rm doc/*.[1357] doc/*.txt doc/*.html doc/Smokeping/* doc/Smokeping/probes/* doc/Smokeping/matchers/* doc/Config/* doc/examples/* doc/smokeping_examples.pod doc/smokeping_config.pod doc/smokeping.pod doc/smokeping.cgi.pod