From: dpavlin Date: Sun, 29 Jan 2006 14:43:27 +0000 (+0000) Subject: remove obsolete asa target X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=12a884c1f661fe25aacd8466a056171e4618793c;p=BackupPC.git remove obsolete asa target git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@310 8392b6e1-25fa-0310-8288-cc32f8e212ea --- diff --git a/Makefile b/Makefile index 3e684ae..c346c77 100644 --- 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