From: oetiker Date: Wed, 9 Dec 2009 15:00:43 +0000 (+0000) Subject: do not build X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=188fc9b066187e08f248b713901e452a44af2e6b;hp=d017908e6ddf36dacdddb62dd144cb3ea40f932c;p=rrdtool-all.git do not build anymore git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1990 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/Makefile.am b/program/Makefile.am index 358a666c..8fc3a761 100644 --- a/program/Makefile.am +++ b/program/Makefile.am @@ -34,10 +34,6 @@ to-docs: to-versync to-dist: to-docs dist mv $(PACKAGE)-$(VERSION).tar.gz archive -to-scp: to-dist - cp CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz /home/oetiker/public_html/webtools/rrdtool/pub/ - (cd /home/oetiker/public_html/webtools/rrdtool/pub; rm $(PACKAGE).tar.gz; ln -s $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).tar.gz) - # $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/ site-perl-inst: site-perl-install diff --git a/website/bin/htmlfix.sh b/website/bin/htmlfix.sh index 6f91c61b..b9b53a92 100755 --- a/website/bin/htmlfix.sh +++ b/website/bin/htmlfix.sh @@ -1,9 +1,10 @@ #! /bin/sh case $1 in *.html) - tidy -latin1 -wrap 0 -q -asxhtml $1 >$1.fixed 2>$1.report +# tidy -latin1 -wrap 0 -q -asxhtml $1 >$1.fixed 2>$1.report # TIDY_RET=$? TIDY_RET=0 + cp $1 $1.fixed perl -i -0777 -p -e 's/^\s*//;s{="mailto:(oetiker|tobi|tobias)@(oetiker.ch|ee.ethz.ch)"}{="http://tobi.oetiker.ch/"}g;s{="mailto:(\S*?)\@(\S*?)"}{="mailto:$1@..delete..this..$2"}g' $1.fixed # yes, beleive it or not IE chockes on propper xhtml pages ... sigh perl -i -0777 -p -e 's/^\s*<\?xml.+?\?>\s*//;' $1.fixed @@ -18,6 +19,6 @@ case $1 in exit 1 fi mv $1.fixed $1 - rm $1.report +# rm $1.report ;; esac