r9168@llin: dpavlin | 2006-01-31 17:45:12 +0100
[BackupPC.git] / Makefile
index 3e684ae..c346c77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,6 @@ xls: test
        sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report
        which gnumeric && gnumeric /tmp/report.xls || cp -vf /tmp/report.xls ~/public_html/
 
-asa:
-       rm -Rf $(tmp)
-       svn export . $(tmp)
-       rsync -rav $(tmp) 10.210.99.1:backuppc-svn/
-       rm -Rf $(tmp)
-
 html:
        test ! -z "`svn2html.pl`" && svn update && svn2html.pl > doc/Changes.html