Mercurial > hg > easyhg-kdiff3
comparison kdiff3/doc/README @ 73:f7dad0aa6146
KDiff3-0.9.90-Qt4
author | joachim99 |
---|---|
date | Sun, 14 May 2006 20:09:06 +0000 |
parents | 8febbfb1148c |
children |
comparison
equal
deleted
inserted
replaced
72:2bb0f4dc64c0 | 73:f7dad0aa6146 |
---|---|
62 for i in `ls ../en | grep png`; do ln -s ../en/$i $i; done | 62 for i in `ls ../en | grep png`; do ln -s ../en/$i $i; done |
63 | 63 |
64 Command to retrieve other translations from cvs: | 64 Command to retrieve other translations from cvs: |
65 | 65 |
66 cvs co kde-i18n/subdirs | 66 cvs co kde-i18n/subdirs |
67 for i in `cat kde-i18n/subdirs`; do cvs co kde-i18n/$i/docs/kdeextragear-1/kdiff3/index.docbook; done | 67 #for i in `cat kde-i18n/subdirs`; do cvs co kde-i18n/$i/docs/kdeextragear-1/kdiff3/index.docbook; done |
68 for i in `cat subdirs`; do wget http://websvn.kde.org/*checkout*/trunk/l10n/$i/docs/extragear-utils/kdiff3/index.docbook -O $i.docbook; done | |
68 | 69 |
69 If a new translation is available, | 70 If a new translation is available, |
70 - create a new directory, | 71 - create a new directory, |
71 - copy the index.docbook file there, | 72 - copy the index.docbook file there, |
72 - copy a Makefile.am there and correct it, | 73 - copy a Makefile.am there and correct it, |