summaryrefslogtreecommitdiffstats
path: root/perl-install/install/help/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/help/Makefile')
-rw-r--r--perl-install/install/help/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/help/Makefile b/perl-install/install/help/Makefile
index cca58ff11..54fee2180 100644
--- a/perl-install/install/help/Makefile
+++ b/perl-install/install/help/Makefile
@@ -1,7 +1,7 @@
help:
@if [ ! -d doc ]; then \
echo "Checking out doc stuff now ..."; \
- cvs -d :ext:cvs.mandriva.com:/cooker co doc/manualB/{entities,manuals,modules}; \
+ cvs -d :ext:svn.mageia.org:/cauldron co doc/manualB/{entities,manuals,modules}; \
else \
echo "Updating doc stuff now ..."; \
cd doc ; cvs update manualB/{entities,manuals,modules}; \