comparison kdiff3/doc/README @ 66:efe33e938730

0.9.86
author joachim99
date Thu, 16 Sep 2004 02:40:08 +0000
parents fc58f52e9bd6
children 8febbfb1148c
comparison
equal deleted inserted replaced
65:8ea11c8efeb5 66:efe33e938730
45 screenshots. These links are created en-bloc with this command. (But 45 screenshots. These links are created en-bloc with this command. (But
46 first you must cd into each subdirectory.) 46 first you must cd into each subdirectory.)
47 47
48 for i in `ls ../en | grep png`; do ln -s ../en/$i $i; done 48 for i in `ls ../en | grep png`; do ln -s ../en/$i $i; done
49 49
50 Command to retrieve other translations from cvs:
51
52 cvs co kde-i18n/subdirs
53 for i in `cat kde-i18n/subdirs`; do cvs co kde-i18n/$i/docs/kdeextragear-1/kdiff3/index.docbook; done