diff options
author | Jim Meyering <jim@meyering.net> | 2002-08-03 17:42:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-08-03 17:42:53 +0000 |
commit | 667d18259cbebe49e8b6a932c5563306902a4fba (patch) | |
tree | 79973e817ab56669115a7b02ce76afc65631b49d /TODO | |
parent | 12107c3302371ac7500cb84fdd242acacd5daa33 (diff) | |
download | coreutils-667d18259cbebe49e8b6a932c5563306902a4fba.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -3,44 +3,15 @@ fix AUTHORS restore djgpp, eventually -put old ChangeLog files somewhere... -Add them to EXTRA_DIST - Move things so there are no symlinks from repository to any directory other than common Make bug-reporting address bug-coreutils@gnu.org work. grep 'bug-.*utils' src/*.c -merge .po files - ******************8 LINGUAS: sort -u ../[fst]u/po/LINGUAS > po/LINGUAS -all=$(sort -u ../[fst]u/po/LINGUAS) -d=../fu/po -for i in $(cd $d && echo *.po); do - msgmerge $d/$i po/coreutils.pot --output=po/$i -done - -for i in $all; do - args=$(echo ../[fst]u/po/$i.po) - echo $i... :$args: - case "$args" in - *' '*) - echo merging - msgcomm ../[fst]u/po/$i.po > po/$i.po - msgcomm --less-than=2 ../[fst]u/po/$i.po >> po/$i.po - ;; - *) - echo copying - cat ../[fst]u/po/$i.po > po/$i.po - ;; - esac -done - -===================== -Sat 2002-08-03 15:57:50 +0200 go cu cd po |