summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d53412b..84f3663 100644
--- a/Makefile
+++ b/Makefile
@@ -394,11 +394,14 @@ config:
fi
update:
- @if [ -d CVS ]; then \
+ @if [ -d .svn ]; then \
+ echo "Updating from Subversion..." ; \
+ svn update -q; \
+ elif [ -d CVS ]; then \
echo "Updating from CVS..." ; \
cvs -q -z3 update -Pd; \
else \
- echo "Not CVS"; \
+ echo "Not under version control"; \
fi
clean: