summaryrefslogtreecommitdiff
path: root/doc/fate.txt
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-26 16:02:55 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-27 10:41:46 +0200
commitec76ef5ae251f82ab1080abb83ed7d619f2a002e (patch)
treea9b0b845ceaac44466a505d225884c295c445e8d /doc/fate.txt
parent5e0dafe8caa9ba1e87dfc51aa25ebb9fea61ed42 (diff)
fate.txt: replace FATE rsync command with a make command
Remove reference to the mplayerhq.hu rsync command, and replace it with a reference to the make fate-rsync command. rsync needs still to be enabled on mplayerhq.hu, and it is currently not working. Also the fate-rsync Makefile target can be easily updated without the need to keep the docs in synch.
Diffstat (limited to 'doc/fate.txt')
-rw-r--r--doc/fate.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/fate.txt b/doc/fate.txt
index f8ce68ea77..6ca302c024 100644
--- a/doc/fate.txt
+++ b/doc/fate.txt
@@ -7,8 +7,7 @@ that is provided separately from the actual source distribution.
Use the following command to get the fate test samples
-# rsync -aL rsync://rsync.mplayerhq.hu:/samples/fate-suite/ fate/fate-suite
-# rsync -aL rsync://fate-suite.libav.org:/fate-suite/ fate-suite
+# make fate-rsync SAMPLES=fate-suite/
To inform the build system about the testsuite location, pass
`--samples=<path to the samples>` to configure or set the SAMPLES Make