summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af8c6a7)
raw | patch | inline | side by side (parent: af8c6a7)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000) |
program/Makefile.am | patch | blob | history | |
program/configure.ac | patch | blob | history | |
program/rrdtool-1.2-release | patch | blob | history |
diff --git a/program/Makefile.am b/program/Makefile.am
index 984d6dbd5032142f9cc0d3ce3bfea0fecb47b9ce..0fa53a37b5e41d271a6d84973e688c812dd6b72b 100644 (file)
--- a/program/Makefile.am
+++ b/program/Makefile.am
to-docs: to-versync
(cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf)
- (cd website && wmk-1.7.4 -f manual tutorial contributors.wml && ./site-sync )
to-dist: to-docs dist
mv $(PACKAGE)-$(VERSION).tar.gz archive
diff --git a/program/configure.ac b/program/configure.ac
index ebd0df8fdbc2fa766844c109f5a6492de224069a..3c8c960480f62e1e60a5b53b0670fb32cfcc96c5 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
dnl tell automake the this script is for rrdtool
dnl the official version number is
dnl a.b.c
-AC_INIT([rrdtool],[1.2.15])
+AC_INIT([rrdtool],[1.2.16])
dnl for testing a numberical version number comes handy
dnl the released version are
dnl a.bccc
index 7e6a1fb6f24a71eaab15fe79689429b50f91f57b..e47284c736f03e1fbf568865d68728e960a5d57b 100755 (executable)
#!/bin/sh
set -e
-PATH=/usr/bin:/sbin:/usr/sbin:/usr/ccs/bin:/usr/sepp/bin:/home/oetiker/bin
+PATH=/usr/sepp/bin:/usr/bin:/sbin:/usr/sbin:/usr/sepp/bin:/home/oetiker/bin
export PATH
VERSION=`perl -n -e 'm/\QAC_INIT([rrdtool],[\E(.+?)\Q])\E/ && print $1' configure.ac`
PERLVERS=`perl -n -e 'm/NUMVERS=(\d+\.\d+)/ && print $1' configure.ac`