diff options
author | jbrjake <[email protected]> | 2008-04-15 16:51:05 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-04-15 16:51:05 +0000 |
commit | 26aa7d186cae0aaa4c301a8fc772ebeab3f15d14 (patch) | |
tree | 108f4dfecb4b595436e04a9d2f1929100e239316 /Jamrules | |
parent | cd50ec81f08bddffb7956dd34d0d1de41dd33a2f (diff) |
Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only covers trunk files, libhb, and test.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r-- | Jamrules | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # $Id: Jamrules,v 1.59 2005/11/04 16:06:21 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: <http://handbrake.m0k.org/>. +# Homepage: <http://handbrake.fr/>. # It may be used under the terms of the GNU General Public License. include config.jam ; @@ -70,13 +70,13 @@ actions OSXPackage cp CREDITS "HandBrake $(HB_VERSION)/CREDITS.txt" && \ cp THANKS "HandBrake $(HB_VERSION)/THANKS.txt" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/" ) > \ + echo "URL=http://handbrake.fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Homepage.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/forum/" ) > \ + echo "URL=http://forum.handbrake,fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Forums.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/contribute.php" ) > \ + echo "URL=http://handbrake.fr/?article=development" ) > \ "HandBrake $(HB_VERSION)/Contribute.url" && \ cp -r HandBrake.app "HandBrake $(HB_VERSION)" && \ zip -9 -r $(<) "HandBrake $(HB_VERSION)" && \ |