Code

get ready for 1.2.16 release
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 20 Jan 2007 16:39:32 +0000 (16:39 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@954 a5681a0c-68f1-0310-ab6d-d61299d08faa

Makefile.am
configure.ac
rrdtool-1.2-release

index 984d6dbd5032142f9cc0d3ce3bfea0fecb47b9ce..0fa53a37b5e41d271a6d84973e688c812dd6b72b 100644 (file)
@@ -25,7 +25,6 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4
 
 to-docs: to-versync
        (cd doc && $(MAKE) clean && $(MAKE) && $(MAKE) pdf)
 
 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
 
 to-dist: to-docs dist
        mv $(PACKAGE)-$(VERSION).tar.gz archive
index ebd0df8fdbc2fa766844c109f5a6492de224069a..3c8c960480f62e1e60a5b53b0670fb32cfcc96c5 100644 (file)
@@ -8,7 +8,7 @@ dnl Inspiration from http://autoconf-archive.cryp.to
 dnl tell automake the this script is for rrdtool
 dnl the official version number is
 dnl a.b.c
 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
 dnl for testing a numberical version number comes handy
 dnl the released version are
 dnl a.bccc
index 7e6a1fb6f24a71eaab15fe79689429b50f91f57b..e47284c736f03e1fbf568865d68728e960a5d57b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
 #!/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`
 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`