X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=Makefile.am;h=720daedd73cb0cad506f8a6fc1cbd8d9f9f55778;hp=358a666ca0ba4d4d75e8139df54af35eb161d69b;hb=refs%2Fheads%2Fff%2Frrdc_fetch-graph;hpb=b4fd5d71cb3e4bdb9e12cc22f3d1373123c7e050 diff --git a/Makefile.am b/Makefile.am index 358a666..720daed 100644 --- a/Makefile.am +++ b/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 @@ -50,7 +46,7 @@ site-tcl-install: all cd bindings/tcl && $(MAKE) tcl-install site-python-install: all - cd bindings/python && $(PYTHON) setup.py install + cd bindings/python && $(PYTHON) setup.py install $(if $(DESTDIR),--root=$(DESTDIR)) # find . -name "*.c" -or -name "*.h" | xargs perl -0777 -n -e 'while (s/typedef\s+(?:unsigned\s+|signed\s+|unival\s+)?\S+\s+\*?([^{}\s;(]+)//){print "-T$1\n"}' indent: