Update for SVN.

This commit is contained in:
Laurent Rineau 2006-03-03 09:42:36 +00:00
parent d2777b879a
commit 9c74bc8ec7
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ dist: dist-clean
# make update: update the working directory # make update: update the working directory
update: update:
@cvs -q update -d -P @svn -q update
# make diff: diff between the cvs repository and the working copy # make diff: diff between the cvs repository and the working copy
diff: diff:
@cvs -q diff -u | less @svn diff | less