parsing absolute time should not send us 30,000 years into the future -- Tatsuki...
[rrdtool.git] / Makefile.am
index 984d6db..1ed1670 100644 (file)
@@ -25,7 +25,6 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4
 
 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
@@ -46,6 +45,6 @@ site-tcl-install: all
        cd bindings/tcl && $(MAKE) tcl-install
 
 site-python-install: all
-       cd bindings/python && $(MAKE) python-install
+       cd bindings/python && $(PYTHON) setup.py install
 
 ##END##